Skip to content

Commit

Permalink
style: color palette 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Feb 19, 2024
1 parent b19a151 commit e4a9644
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,33 @@ const config: Config = {
'gradient-conic': 'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))',
},
colors: {
'light-blue-1': '#E7EBFF',
'light-blue-2': '#d6deff',
'light-blue-3': '#bac8ff',
'light-blue-4': '#9eb1ff',
'light-blue-5': '#91a6ff',
'light-blue-6': '#7590FF',
'light-blue-7': '#6982e6',
'light-blue-8': '#839BFF',
'point-blue': '#3B61FF',
'point-blue-hover': '#2F4ECC',
primary: '#0B4093',
'primary-hover': '#093376',
dark: '#002968',
black: '#2f2f2f',
gray: '#9f9f9f',
'dark-hover': '#002153',
'gray-1': '#F5F5F5',
'gray-2': '#e5e5e5',
'gray-3': '#cfcfcf',
'gray-4': '#c4c4c4',
'gray-5': '#acacac',
'gray-6': '#9F9F9F',
'black-1': '#353535',
'black-2': '#2F2F2F',
'black-3': '#262626',
'black-4': '#090909',
yellow: '#FFF38B',
pink: '#FFC8C8',
red: '#FF6D6D',
'white-hover': '#f3f4f6',
},
},
Expand Down

0 comments on commit e4a9644

Please sign in to comment.