Skip to content

Commit d9276d2

Browse files
committed
style: added new colors
1 parent 6356f60 commit d9276d2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

tailwind.config.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,32 @@ const config: Config = {
133133
'900': '#6e2d43',
134134
'950': '#3d1421',
135135
},
136+
'firefly': {
137+
'50': '#f1f9fa',
138+
'100': '#dceff1',
139+
'200': '#bedfe3',
140+
'300': '#90c8d0',
141+
'400': '#5ca9b4',
142+
'500': '#408d9a',
143+
'600': '#387482',
144+
'700': '#335f6b',
145+
'800': '#30505a',
146+
'900': '#2c444d',
147+
'950': '#182a31',
148+
},
149+
'spring-green': {
150+
'50': '#effef5',
151+
'100': '#d9ffe9',
152+
'200': '#b5fdd4',
153+
'300': '#7cf9b3',
154+
'400': '#3cec8b',
155+
'500': '#1beb79',
156+
'600': '#09b055',
157+
'700': '#0b8a45',
158+
'800': '#0f6c3a',
159+
'900': '#0e5932',
160+
'950': '#013219',
161+
},
136162
},
137163
},
138164
},

0 commit comments

Comments
 (0)