Color Palette - hackforla/tdm-calculator GitHub Wiki

The Design System Color Palette is located in our Figma file TDM Calc Figma, Full Design System, Color Palette. image

When reviewing a wireframe from the design team, first make sure all the colors they use are from this palette, and do not hard-code colors in your react components. Instead, refer to colors from the theme.js file.

To reference theme colors in your react components refer to this component as an example.