Created
May 21, 2022 11:53
-
-
Save orodrigogo/e41b598e5abe7084627a6ab29dd6f8b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
COLORS: { | |
BACKGROUND_900: "#232129", | |
BACKGROUND_800: "#312E38", | |
BACKGROUND_700: "#3E3B47", | |
WHITE: "#F4EDE8", | |
ORANGE: "#FF9000", | |
GRAY_100: "#999591", | |
GRAY_300: "#666360", | |
RED: "#FF002E", | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment