Skip to content

Instantly share code, notes, and snippets.

@joaobispo2077
Created August 30, 2021 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaobispo2077/cac34258dafc7d742ab606480ec2ad5f to your computer and use it in GitHub Desktop.
Save joaobispo2077/cac34258dafc7d742ab606480ec2ad5f to your computer and use it in GitHub Desktop.
Beauty pallet to use when is without any pallet
export default {
colors: {
primary: '#00bcd4',
secondary: '#ff9800',
tertiary: '#ff5722',
quaternary: '#9c27b0',
quinary: '#2196f3',
senary: '#009688',
white: '#ffffff',
black: '#000000',
gray: '#9e9e9e',
grayDark: '#424242',
grayLight: '#e0e0e0',
grayLighter: '#f5f5f5',
grayLightest: '#fafafa',
grayDarker: '#303030',
grayDarkest: '#212121',
grayDarkerLighter: '#757575',
grayDarkerLightest: '#c9c9c9',
}
} as const;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment