Skip to content

Instantly share code, notes, and snippets.

View vlad-timotei's full-sized avatar
🐧

Vlad Timotei vlad-timotei

🐧
View GitHub Profile
export enum Color {
YELLOW = '#E2FF03', // primary default
YELLOW_50 = '#778810', // primary---------- ???? disabled maybe? can't find it anywhere in the Branded design, but indeed, this is the background color used for inactive buttons in the app
WHITE = '#FFFFFF', // white
DEEP_BLUE = '#0C111E', // secondary_100
DEEP_BLUE_90 = '#282D39', // secondary_90
DEEP_BLUE_80 = '#3E414A', // secondary_80
DEEP_BLUE_70 = '#565861', // secondary_70
DEEP_BLUE_60 = '#6E7077', // secondary_60
DEEP_BLUE_50 = '#86888E', // secondary_50