We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6356f60 commit d9276d2Copy full SHA for d9276d2
tailwind.config.ts
@@ -133,6 +133,32 @@ const config: Config = {
133
'900': '#6e2d43',
134
'950': '#3d1421',
135
},
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
162
163
164
0 commit comments