Skip to content

Instantly share code, notes, and snippets.

@orodrigogo
Created May 21, 2022 11:53
Show Gist options
  • Save orodrigogo/e41b598e5abe7084627a6ab29dd6f8b3 to your computer and use it in GitHub Desktop.
Save orodrigogo/e41b598e5abe7084627a6ab29dd6f8b3 to your computer and use it in GitHub Desktop.
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