Created
December 25, 2019 11:11
-
-
Save igeligel/fb6d630597b3c900634206035327919c to your computer and use it in GitHub Desktop.
This file contains 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 const BlueDark = "hsl(207, 95%, 8%)"; | |
export const BlueDarkAlternative = "hsl(207, 95%, 17.25%)"; | |
export const Blue = "hsl(207, 95%, 26.5%)"; | |
export const BlueLightAlternative = "hsl(207, 95%, 35.75%)"; | |
export const BlueLight = "hsl(207, 95%, 45%)"; | |
export const WhiteBase = "hsl(100, 100%,99%)"; | |
export const GreenDark = "hsl(174, 62%, 47%)"; | |
export const GreenDarkAlternative = "hsl(174, 62%, 51.5%)"; | |
export const Green = "hsl(174, 62%, 56%)"; | |
export const GreenLightAlternative = "hsl(174, 62%, 60.5%)"; | |
export const GreenLight = "hsl(174, 62%, 65%)"; | |
export const RedDark = "hsl(353, 81%, 45%)"; | |
export const RedDarkAlternative = "hsl(353, 81%, 47.5%)"; | |
export const Red = "hsl(353, 81%, 50%)"; | |
export const RedLightAlternative = "hsl(353, 81%, 52.5%)"; | |
export const RedLight = "hsl(353, 81%, 55%)"; | |
export const YellowDark = "hsl(35, 100%, 55%)"; | |
export const YellowDarkAlternative = "hsl(35, 100%, 60%)"; | |
export const Yellow = "hsl(35, 100%, 65%)"; | |
export const YellowLightAlternative = "hsl(35, 100%, 70%)"; | |
export const YellowLight = "hsl(35, 100%, 75%)"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment