This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Description
Description:
We need to implement the brand colors in the design tokens package. The colors are defined as follows in the Brand Colors Figma Library
Technical Details:
- Create a
brandColor object that is accessible via the design-tokens package
- Write tests to ensure the color object matches the design tokens.
Acceptance Criteria:
- The color object is correctly implemented in the design tokens package and can be imported.
- All tests pass, confirming the brandColor object matches the Figma design tokens.