##Background
During the expansion of the Codex color palette, as a part of T360494, we decided to keep the current destructive/error text color, which uses `#d73333`, known as `red600`. This is in order to not expand the scope of the initial color expansion to include updating all hard-coded instances of `#d73333` to utilize what will eventually be `red600` or to use a Codex token. Otherwise, for the sake of consistency, would block the color expansion.
This means, while we update all other text application tokens which use a color other than gray to the 700 value, as the new palette creates consistency around, that for now we will still use `red600` as the destructive and error text in light mode.
Depending on availability and the amount of work needed to make this change, this change can be made before the color expansion is published, or as a follow-up task to the expansion.
##Acceptance criteria
[] red600 is updated to `#d74032` as planned during the color expansion to find equal brightness, saturation and contrast with the 600 value of all other colors [excluding gray]
[] Application tokens which were using `red600` are updated to use `red700`