@radix-ui/colors
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@radix-ui/colors", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"contributors": [ | ||
@@ -5,0 +5,0 @@ "Colm Tuite <colm@modulz.app>", |
export declare const amber: { | ||
readonly amber000: "hsl(36 100% 6.1%)"; | ||
readonly amber100: "hsl(35 100% 7.1%)"; | ||
readonly amber200: "hsl(33 100% 8.3%)"; | ||
readonly amber300: "hsl(34 100% 9.9%)"; | ||
readonly amber400: "hsl(34 96.5% 12.1%)"; | ||
readonly amber500: "hsl(33 84.1% 16.2%)"; | ||
readonly amber600: "hsl(34 81.6% 21.1%)"; | ||
readonly amber700: "hsl(36 100% 25.5%)"; | ||
readonly amber800: "hsl(39 100% 57%)"; | ||
readonly amber900: "hsl(39 90% 49.8%)"; | ||
readonly amber1000: "hsl(39 97% 93.2%)"; | ||
amber000: string; | ||
amber100: string; | ||
amber200: string; | ||
amber300: string; | ||
amber400: string; | ||
amber500: string; | ||
amber600: string; | ||
amber700: string; | ||
amber800: string; | ||
amber900: string; | ||
amber1000: string; | ||
}; |
export declare const blue: { | ||
readonly blue000: "hsl(212 35% 9.2%)"; | ||
readonly blue100: "hsl(215 50.9% 11.2%)"; | ||
readonly blue200: "hsl(214 56.6% 13.1%)"; | ||
readonly blue300: "hsl(213 63.1% 15.4%)"; | ||
readonly blue400: "hsl(212 70.6% 18.2%)"; | ||
readonly blue500: "hsl(211 79.5% 21.9%)"; | ||
readonly blue600: "hsl(210 88.5% 26.7%)"; | ||
readonly blue700: "hsl(211 89.7% 34.1%)"; | ||
readonly blue800: "hsl(206 100% 50%)"; | ||
readonly blue900: "hsl(210 100% 66.1%)"; | ||
readonly blue1000: "hsl(206 98% 95.8%)"; | ||
blue000: string; | ||
blue100: string; | ||
blue200: string; | ||
blue300: string; | ||
blue400: string; | ||
blue500: string; | ||
blue600: string; | ||
blue700: string; | ||
blue800: string; | ||
blue900: string; | ||
blue1000: string; | ||
}; |
export declare const bronze: { | ||
readonly bronze000: "hsl(17 10% 8.8%)"; | ||
readonly bronze100: "hsl(17 13.7% 10%)"; | ||
readonly bronze200: "hsl(17 14.8% 11.9%)"; | ||
readonly bronze300: "hsl(17 15.9% 14.5%)"; | ||
readonly bronze400: "hsl(17 17% 17.8%)"; | ||
readonly bronze500: "hsl(17 17.9% 22.2%)"; | ||
readonly bronze600: "hsl(17 18.7% 28.3%)"; | ||
readonly bronze700: "hsl(17 19.6% 38%)"; | ||
readonly bronze800: "hsl(17 20% 54%)"; | ||
readonly bronze900: "hsl(18 35% 68.5%)"; | ||
readonly bronze1000: "hsl(18 57% 94.1%)"; | ||
bronze000: string; | ||
bronze100: string; | ||
bronze200: string; | ||
bronze300: string; | ||
bronze400: string; | ||
bronze500: string; | ||
bronze600: string; | ||
bronze700: string; | ||
bronze800: string; | ||
bronze900: string; | ||
bronze1000: string; | ||
}; |
export declare const brown: { | ||
readonly brown000: "hsl(22 15% 8.7%)"; | ||
readonly brown100: "hsl(20 29.4% 10%)"; | ||
readonly brown200: "hsl(19 28.2% 11.8%)"; | ||
readonly brown300: "hsl(20 28.4% 14.1%)"; | ||
readonly brown400: "hsl(21 28.7% 17.3%)"; | ||
readonly brown500: "hsl(23 29.1% 21.5%)"; | ||
readonly brown600: "hsl(25 29.6% 27.2%)"; | ||
readonly brown700: "hsl(27 30.1% 35.9%)"; | ||
readonly brown800: "hsl(28 34% 51%)"; | ||
readonly brown900: "hsl(28 60% 64.5%)"; | ||
readonly brown1000: "hsl(30 67% 94%)"; | ||
brown000: string; | ||
brown100: string; | ||
brown200: string; | ||
brown300: string; | ||
brown400: string; | ||
brown500: string; | ||
brown600: string; | ||
brown700: string; | ||
brown800: string; | ||
brown900: string; | ||
brown1000: string; | ||
}; |
export declare const crimson: { | ||
readonly crimson000: "hsl(335 20% 9.6%)"; | ||
readonly crimson100: "hsl(333 32.1% 11%)"; | ||
readonly crimson200: "hsl(333 38% 13.5%)"; | ||
readonly crimson300: "hsl(334 43.4% 16.4%)"; | ||
readonly crimson400: "hsl(334 48.8% 19.8%)"; | ||
readonly crimson500: "hsl(335 54.7% 24.1%)"; | ||
readonly crimson600: "hsl(335 62.2% 29.9%)"; | ||
readonly crimson700: "hsl(336 74.9% 39%)"; | ||
readonly crimson800: "hsl(336 80% 57.8%)"; | ||
readonly crimson900: "hsl(341 90% 67.3%)"; | ||
readonly crimson1000: "hsl(332 87% 96%)"; | ||
crimson000: string; | ||
crimson100: string; | ||
crimson200: string; | ||
crimson300: string; | ||
crimson400: string; | ||
crimson500: string; | ||
crimson600: string; | ||
crimson700: string; | ||
crimson800: string; | ||
crimson900: string; | ||
crimson1000: string; | ||
}; |
export declare const cyan: { | ||
readonly cyan000: "hsl(192 60% 7.2%)"; | ||
readonly cyan100: "hsl(192 70.7% 8%)"; | ||
readonly cyan200: "hsl(192 73.7% 9.9%)"; | ||
readonly cyan300: "hsl(192 77.1% 11.8%)"; | ||
readonly cyan400: "hsl(192 80.9% 14.1%)"; | ||
readonly cyan500: "hsl(192 85.5% 16.7%)"; | ||
readonly cyan600: "hsl(192 91.6% 20%)"; | ||
readonly cyan700: "hsl(192 100% 24.5%)"; | ||
readonly cyan800: "hsl(190 95% 39%)"; | ||
readonly cyan900: "hsl(186 100% 42.2%)"; | ||
readonly cyan1000: "hsl(185 73% 93.2%)"; | ||
cyan000: string; | ||
cyan100: string; | ||
cyan200: string; | ||
cyan300: string; | ||
cyan400: string; | ||
cyan500: string; | ||
cyan600: string; | ||
cyan700: string; | ||
cyan800: string; | ||
cyan900: string; | ||
cyan1000: string; | ||
}; |
export declare const gold: { | ||
readonly gold000: "hsl(44 9% 8.3%)"; | ||
readonly gold100: "hsl(43 14.9% 9.2%)"; | ||
readonly gold200: "hsl(42 15.1% 10.9%)"; | ||
readonly gold300: "hsl(42 15.9% 13.1%)"; | ||
readonly gold400: "hsl(41 16.7% 16.1%)"; | ||
readonly gold500: "hsl(40 17.6% 20.2%)"; | ||
readonly gold600: "hsl(38 18.5% 25.9%)"; | ||
readonly gold700: "hsl(36 19.6% 35.1%)"; | ||
readonly gold800: "hsl(36 20% 49.5%)"; | ||
readonly gold900: "hsl(35 30% 64%)"; | ||
readonly gold1000: "hsl(49 52% 93.8%)"; | ||
gold000: string; | ||
gold100: string; | ||
gold200: string; | ||
gold300: string; | ||
gold400: string; | ||
gold500: string; | ||
gold600: string; | ||
gold700: string; | ||
gold800: string; | ||
gold900: string; | ||
gold1000: string; | ||
}; |
export declare const grass: { | ||
readonly grass000: "hsl(146 30% 7.4%)"; | ||
readonly grass100: "hsl(133 31.8% 8.6%)"; | ||
readonly grass200: "hsl(135 33.9% 10.8%)"; | ||
readonly grass300: "hsl(135 35.6% 12.9%)"; | ||
readonly grass400: "hsl(134 37.1% 15.5%)"; | ||
readonly grass500: "hsl(134 38.4% 18.7%)"; | ||
readonly grass600: "hsl(133 39.5% 23.4%)"; | ||
readonly grass700: "hsl(131 40.1% 30.8%)"; | ||
readonly grass800: "hsl(131 41% 46.5%)"; | ||
readonly grass900: "hsl(131 43% 57.2%)"; | ||
readonly grass1000: "hsl(137 72% 94%)"; | ||
grass000: string; | ||
grass100: string; | ||
grass200: string; | ||
grass300: string; | ||
grass400: string; | ||
grass500: string; | ||
grass600: string; | ||
grass700: string; | ||
grass800: string; | ||
grass900: string; | ||
grass1000: string; | ||
}; |
export declare const gray: { | ||
readonly gray000: "hsl(0 0% 8.5%)"; | ||
readonly gray100: "hsl(0 0% 9.8%)"; | ||
readonly gray200: "hsl(0 0% 11.7%)"; | ||
readonly gray300: "hsl(0 0% 13.8%)"; | ||
readonly gray400: "hsl(0 0% 16.4%)"; | ||
readonly gray500: "hsl(0 0% 19.9%)"; | ||
readonly gray600: "hsl(0 0% 24.7%)"; | ||
readonly gray700: "hsl(0 0% 31.2%)"; | ||
readonly gray800: "hsl(0 0% 43.9%)"; | ||
readonly gray900: "hsl(0 0% 62.8%)"; | ||
readonly gray1000: "hsl(0 0% 93%)"; | ||
gray000: string; | ||
gray100: string; | ||
gray200: string; | ||
gray300: string; | ||
gray400: string; | ||
gray500: string; | ||
gray600: string; | ||
gray700: string; | ||
gray800: string; | ||
gray900: string; | ||
gray1000: string; | ||
}; |
export declare const green: { | ||
readonly green000: "hsl(146 30% 7.4%)"; | ||
readonly green100: "hsl(155 41.5% 8%)"; | ||
readonly green200: "hsl(155 43.2% 10.1%)"; | ||
readonly green300: "hsl(155 45.7% 12%)"; | ||
readonly green400: "hsl(155 47.9% 14.3%)"; | ||
readonly green500: "hsl(154 49.9% 17.3%)"; | ||
readonly green600: "hsl(153 51.4% 21.6%)"; | ||
readonly green700: "hsl(151 51.7% 28.4%)"; | ||
readonly green800: "hsl(151 55% 41.5%)"; | ||
readonly green900: "hsl(151 50% 53.2%)"; | ||
readonly green1000: "hsl(137 72% 94%)"; | ||
green000: string; | ||
green100: string; | ||
green200: string; | ||
green300: string; | ||
green400: string; | ||
green500: string; | ||
green600: string; | ||
green700: string; | ||
green800: string; | ||
green900: string; | ||
green1000: string; | ||
}; |
export declare const indigo: { | ||
readonly indigo000: "hsl(229 24% 10%)"; | ||
readonly indigo100: "hsl(230 36.5% 12.4%)"; | ||
readonly indigo200: "hsl(228 41% 15%)"; | ||
readonly indigo300: "hsl(227 45.2% 18.1%)"; | ||
readonly indigo400: "hsl(226 49.2% 22%)"; | ||
readonly indigo500: "hsl(226 53.1% 27.1%)"; | ||
readonly indigo600: "hsl(225 56.5% 34.1%)"; | ||
readonly indigo700: "hsl(226 58.2% 44.1%)"; | ||
readonly indigo800: "hsl(226 70% 55.5%)"; | ||
readonly indigo900: "hsl(228 100% 75.9%)"; | ||
readonly indigo1000: "hsl(226 83% 96.3%)"; | ||
indigo000: string; | ||
indigo100: string; | ||
indigo200: string; | ||
indigo300: string; | ||
indigo400: string; | ||
indigo500: string; | ||
indigo600: string; | ||
indigo700: string; | ||
indigo800: string; | ||
indigo900: string; | ||
indigo1000: string; | ||
}; |
export declare const lime: { | ||
readonly lime000: "hsl(75 55% 6%)"; | ||
readonly lime100: "hsl(75 55.6% 7.1%)"; | ||
readonly lime200: "hsl(79 49.5% 9.1%)"; | ||
readonly lime300: "hsl(80 48.6% 11.2%)"; | ||
readonly lime400: "hsl(80 50.8% 13.5%)"; | ||
readonly lime500: "hsl(79 54.4% 16.2%)"; | ||
readonly lime600: "hsl(77 58.8% 19.8%)"; | ||
readonly lime700: "hsl(75 64.8% 24.5%)"; | ||
readonly lime800: "hsl(81 67% 50%)"; | ||
readonly lime900: "hsl(81 70% 43.8%)"; | ||
readonly lime1000: "hsl(84 79% 92.6%)"; | ||
lime000: string; | ||
lime100: string; | ||
lime200: string; | ||
lime300: string; | ||
lime400: string; | ||
lime500: string; | ||
lime600: string; | ||
lime700: string; | ||
lime800: string; | ||
lime900: string; | ||
lime1000: string; | ||
}; |
export declare const mint: { | ||
readonly mint000: "hsl(173 50% 6.6%)"; | ||
readonly mint100: "hsl(176 77.1% 6.9%)"; | ||
readonly mint200: "hsl(175 80.9% 8.2%)"; | ||
readonly mint300: "hsl(175 86.3% 9.6%)"; | ||
readonly mint400: "hsl(174 92% 11.3%)"; | ||
readonly mint500: "hsl(173 97.8% 13.3%)"; | ||
readonly mint600: "hsl(172 100% 16.3%)"; | ||
readonly mint700: "hsl(170 100% 21.2%)"; | ||
readonly mint800: "hsl(167 65% 66%)"; | ||
readonly mint900: "hsl(167 70% 48%)"; | ||
readonly mint1000: "hsl(165 80% 94.8%)"; | ||
mint000: string; | ||
mint100: string; | ||
mint200: string; | ||
mint300: string; | ||
mint400: string; | ||
mint500: string; | ||
mint600: string; | ||
mint700: string; | ||
mint800: string; | ||
mint900: string; | ||
mint1000: string; | ||
}; |
export declare const olive: { | ||
readonly olive000: "hsl(110 5% 8.6%)"; | ||
readonly olive100: "hsl(100 6.1% 9.6%)"; | ||
readonly olive200: "hsl(101 5.6% 11.4%)"; | ||
readonly olive300: "hsl(102 5.2% 13.5%)"; | ||
readonly olive400: "hsl(103 4.8% 16.1%)"; | ||
readonly olive500: "hsl(105 4.5% 19.5%)"; | ||
readonly olive600: "hsl(107 4.2% 24.2%)"; | ||
readonly olive700: "hsl(110 3.8% 30.6%)"; | ||
readonly olive800: "hsl(110 6% 42.5%)"; | ||
readonly olive900: "hsl(110 5% 61.8%)"; | ||
readonly olive1000: "hsl(110 6% 93%)"; | ||
olive000: string; | ||
olive100: string; | ||
olive200: string; | ||
olive300: string; | ||
olive400: string; | ||
olive500: string; | ||
olive600: string; | ||
olive700: string; | ||
olive800: string; | ||
olive900: string; | ||
olive1000: string; | ||
}; |
export declare const orange: { | ||
readonly orange000: "hsl(30 70% 7.2%)"; | ||
readonly orange100: "hsl(28 100% 7.5%)"; | ||
readonly orange200: "hsl(27 93.1% 9.2%)"; | ||
readonly orange300: "hsl(26 88.8% 11.4%)"; | ||
readonly orange400: "hsl(25 86.6% 14.1%)"; | ||
readonly orange500: "hsl(24 86.9% 17.6%)"; | ||
readonly orange600: "hsl(24 90.8% 22.3%)"; | ||
readonly orange700: "hsl(25 100% 28%)"; | ||
readonly orange800: "hsl(24 94% 50%)"; | ||
readonly orange900: "hsl(24 100% 62.2%)"; | ||
readonly orange1000: "hsl(24 97% 93.2%)"; | ||
orange000: string; | ||
orange100: string; | ||
orange200: string; | ||
orange300: string; | ||
orange400: string; | ||
orange500: string; | ||
orange600: string; | ||
orange700: string; | ||
orange800: string; | ||
orange900: string; | ||
orange1000: string; | ||
}; |
export declare const pink: { | ||
readonly pink000: "hsl(318 25% 9.6%)"; | ||
readonly pink100: "hsl(317 32.1% 11%)"; | ||
readonly pink200: "hsl(317 36.9% 13.2%)"; | ||
readonly pink300: "hsl(318 41.7% 16%)"; | ||
readonly pink400: "hsl(318 46.9% 19.3%)"; | ||
readonly pink500: "hsl(319 52.9% 23.7%)"; | ||
readonly pink600: "hsl(321 60.9% 29.4%)"; | ||
readonly pink700: "hsl(322 74.9% 37.5%)"; | ||
readonly pink800: "hsl(322 65% 54.5%)"; | ||
readonly pink900: "hsl(325 90% 66.4%)"; | ||
readonly pink1000: "hsl(322 90% 95.8%)"; | ||
pink000: string; | ||
pink100: string; | ||
pink200: string; | ||
pink300: string; | ||
pink400: string; | ||
pink500: string; | ||
pink600: string; | ||
pink700: string; | ||
pink800: string; | ||
pink900: string; | ||
pink1000: string; | ||
}; |
export declare const plum: { | ||
readonly plum000: "hsl(301 20% 9.4%)"; | ||
readonly plum100: "hsl(300 30.9% 10.8%)"; | ||
readonly plum200: "hsl(299 33.5% 13.1%)"; | ||
readonly plum300: "hsl(298 35.9% 15.8%)"; | ||
readonly plum400: "hsl(297 38.2% 19.2%)"; | ||
readonly plum500: "hsl(296 40.5% 23.8%)"; | ||
readonly plum600: "hsl(294 42.9% 30.6%)"; | ||
readonly plum700: "hsl(292 45.1% 40%)"; | ||
readonly plum800: "hsl(292 45% 51%)"; | ||
readonly plum900: "hsl(300 60% 62%)"; | ||
readonly plum1000: "hsl(296 74% 95.7%)"; | ||
plum000: string; | ||
plum100: string; | ||
plum200: string; | ||
plum300: string; | ||
plum400: string; | ||
plum500: string; | ||
plum600: string; | ||
plum700: string; | ||
plum800: string; | ||
plum900: string; | ||
plum1000: string; | ||
}; |
export declare const purple: { | ||
readonly purple000: "hsl(284 20% 9.6%)"; | ||
readonly purple100: "hsl(286 29.8% 11.2%)"; | ||
readonly purple200: "hsl(284 34.8% 13.9%)"; | ||
readonly purple300: "hsl(283 39% 17%)"; | ||
readonly purple400: "hsl(281 42.8% 21%)"; | ||
readonly purple500: "hsl(279 46.4% 26.5%)"; | ||
readonly purple600: "hsl(276 49.7% 34.7%)"; | ||
readonly purple700: "hsl(272 52.1% 45.9%)"; | ||
readonly purple800: "hsl(272 51% 54%)"; | ||
readonly purple900: "hsl(275 80% 71%)"; | ||
readonly purple1000: "hsl(279 75% 95.7%)"; | ||
purple000: string; | ||
purple100: string; | ||
purple200: string; | ||
purple300: string; | ||
purple400: string; | ||
purple500: string; | ||
purple600: string; | ||
purple700: string; | ||
purple800: string; | ||
purple900: string; | ||
purple1000: string; | ||
}; |
export declare const quartz: { | ||
readonly quartz000: "hsl(246 6% 9%)"; | ||
readonly quartz100: "hsl(240 5.7% 10.4%)"; | ||
readonly quartz200: "hsl(241 5.5% 12.3%)"; | ||
readonly quartz300: "hsl(241 5.3% 14.5%)"; | ||
readonly quartz400: "hsl(242 5.2% 17.2%)"; | ||
readonly quartz500: "hsl(244 5% 20.8%)"; | ||
readonly quartz600: "hsl(245 4.9% 25.8%)"; | ||
readonly quartz700: "hsl(247 4.8% 32.5%)"; | ||
readonly quartz800: "hsl(252 4% 45.2%)"; | ||
readonly quartz900: "hsl(253 4% 63.7%)"; | ||
readonly quartz1000: "hsl(256 6% 93.2%)"; | ||
quartz000: string; | ||
quartz100: string; | ||
quartz200: string; | ||
quartz300: string; | ||
quartz400: string; | ||
quartz500: string; | ||
quartz600: string; | ||
quartz700: string; | ||
quartz800: string; | ||
quartz900: string; | ||
quartz1000: string; | ||
}; |
export declare const red: { | ||
readonly red000: "hsl(353 23% 9.8%)"; | ||
readonly red100: "hsl(354 34.5% 11.4%)"; | ||
readonly red200: "hsl(354 40.4% 13.9%)"; | ||
readonly red300: "hsl(354 45.8% 17%)"; | ||
readonly red400: "hsl(354 51% 20.6%)"; | ||
readonly red500: "hsl(354 56% 25.3%)"; | ||
readonly red600: "hsl(355 61% 31.5%)"; | ||
readonly red700: "hsl(358 65% 40.4%)"; | ||
readonly red800: "hsl(358 75% 59%)"; | ||
readonly red900: "hsl(358 100% 69.5%)"; | ||
readonly red1000: "hsl(351 89% 96%)"; | ||
red000: string; | ||
red100: string; | ||
red200: string; | ||
red300: string; | ||
red400: string; | ||
red500: string; | ||
red600: string; | ||
red700: string; | ||
red800: string; | ||
red900: string; | ||
red1000: string; | ||
}; |
export declare const sage: { | ||
readonly sage000: "hsl(155 7% 8.4%)"; | ||
readonly sage100: "hsl(156 10.2% 9.6%)"; | ||
readonly sage200: "hsl(155 9.1% 11.4%)"; | ||
readonly sage300: "hsl(155 8.2% 13.5%)"; | ||
readonly sage400: "hsl(154 7.3% 16.1%)"; | ||
readonly sage500: "hsl(153 6.5% 19.5%)"; | ||
readonly sage600: "hsl(152 5.8% 24.2%)"; | ||
readonly sage700: "hsl(150 5.1% 30.6%)"; | ||
readonly sage800: "hsl(155 6% 42.5%)"; | ||
readonly sage900: "hsl(155 5% 61.8%)"; | ||
readonly sage1000: "hsl(155 6% 93%)"; | ||
sage000: string; | ||
sage100: string; | ||
sage200: string; | ||
sage300: string; | ||
sage400: string; | ||
sage500: string; | ||
sage600: string; | ||
sage700: string; | ||
sage800: string; | ||
sage900: string; | ||
sage1000: string; | ||
}; |
export declare const sand: { | ||
readonly sand000: "hsl(61 2% 8.3%)"; | ||
readonly sand100: "hsl(60 2% 9.6%)"; | ||
readonly sand200: "hsl(59 2.3% 11.4%)"; | ||
readonly sand300: "hsl(58 2.6% 13.5%)"; | ||
readonly sand400: "hsl(56 2.9% 16.2%)"; | ||
readonly sand500: "hsl(55 3.2% 19.6%)"; | ||
readonly sand600: "hsl(53 3.5% 24.3%)"; | ||
readonly sand700: "hsl(50 3.8% 30.6%)"; | ||
readonly sand800: "hsl(50 4% 42.7%)"; | ||
readonly sand900: "hsl(50 4% 61.8%)"; | ||
readonly sand1000: "hsl(56 4% 92.8%)"; | ||
sand000: string; | ||
sand100: string; | ||
sand200: string; | ||
sand300: string; | ||
sand400: string; | ||
sand500: string; | ||
sand600: string; | ||
sand700: string; | ||
sand800: string; | ||
sand900: string; | ||
sand1000: string; | ||
}; |
export declare const sky: { | ||
readonly sky000: "hsl(193 60% 7.3%)"; | ||
readonly sky100: "hsl(201 69.6% 9%)"; | ||
readonly sky200: "hsl(200 72.8% 10.7%)"; | ||
readonly sky300: "hsl(200 76.7% 12.7%)"; | ||
readonly sky400: "hsl(199 81.4% 15.2%)"; | ||
readonly sky500: "hsl(199 87.2% 18.2%)"; | ||
readonly sky600: "hsl(198 93.9% 21.9%)"; | ||
readonly sky700: "hsl(198 100% 26.1%)"; | ||
readonly sky800: "hsl(193 98% 70%)"; | ||
readonly sky900: "hsl(192 85% 55.8%)"; | ||
readonly sky1000: "hsl(198 98% 95.8%)"; | ||
sky000: string; | ||
sky100: string; | ||
sky200: string; | ||
sky300: string; | ||
sky400: string; | ||
sky500: string; | ||
sky600: string; | ||
sky700: string; | ||
sky800: string; | ||
sky900: string; | ||
sky1000: string; | ||
}; |
export declare const slate: { | ||
readonly slate000: "hsl(200 7% 8.8%)"; | ||
readonly slate100: "hsl(200 5.9% 10%)"; | ||
readonly slate200: "hsl(201 5.8% 11.8%)"; | ||
readonly slate300: "hsl(201 5.8% 13.9%)"; | ||
readonly slate400: "hsl(202 5.8% 16.5%)"; | ||
readonly slate500: "hsl(203 5.8% 19.9%)"; | ||
readonly slate600: "hsl(205 5.7% 24.8%)"; | ||
readonly slate700: "hsl(207 5.6% 31.6%)"; | ||
readonly slate800: "hsl(206 6% 43.9%)"; | ||
readonly slate900: "hsl(206 6% 63%)"; | ||
readonly slate1000: "hsl(210 6% 93%)"; | ||
slate000: string; | ||
slate100: string; | ||
slate200: string; | ||
slate300: string; | ||
slate400: string; | ||
slate500: string; | ||
slate600: string; | ||
slate700: string; | ||
slate800: string; | ||
slate900: string; | ||
slate1000: string; | ||
}; |
export declare const teal: { | ||
readonly teal000: "hsl(168 48% 6.5%)"; | ||
readonly teal100: "hsl(167 77.1% 6.9%)"; | ||
readonly teal200: "hsl(168 73.1% 8.5%)"; | ||
readonly teal300: "hsl(168 72.6% 10.3%)"; | ||
readonly teal400: "hsl(169 72.2% 12.4%)"; | ||
readonly teal500: "hsl(170 72.3% 15%)"; | ||
readonly teal600: "hsl(171 74.1% 18.7%)"; | ||
readonly teal700: "hsl(173 80.2% 23.7%)"; | ||
readonly teal800: "hsl(173 80% 36%)"; | ||
readonly teal900: "hsl(174 90% 40.7%)"; | ||
readonly teal1000: "hsl(166 73% 93.1%)"; | ||
teal000: string; | ||
teal100: string; | ||
teal200: string; | ||
teal300: string; | ||
teal400: string; | ||
teal500: string; | ||
teal600: string; | ||
teal700: string; | ||
teal800: string; | ||
teal900: string; | ||
teal1000: string; | ||
}; |
export declare const tomato: { | ||
readonly tomato000: "hsl(10 23% 9.4%)"; | ||
readonly tomato100: "hsl(10 45.5% 10.8%)"; | ||
readonly tomato200: "hsl(8 49.6% 13.4%)"; | ||
readonly tomato300: "hsl(7 54% 16.2%)"; | ||
readonly tomato400: "hsl(7 58.9% 19.5%)"; | ||
readonly tomato500: "hsl(7 64.5% 23.7%)"; | ||
readonly tomato600: "hsl(8 71.4% 29.3%)"; | ||
readonly tomato700: "hsl(10 80.2% 35.7%)"; | ||
readonly tomato800: "hsl(10 78% 54%)"; | ||
readonly tomato900: "hsl(10 85% 62.8%)"; | ||
readonly tomato1000: "hsl(10 89% 96%)"; | ||
tomato000: string; | ||
tomato100: string; | ||
tomato200: string; | ||
tomato300: string; | ||
tomato400: string; | ||
tomato500: string; | ||
tomato600: string; | ||
tomato700: string; | ||
tomato800: string; | ||
tomato900: string; | ||
tomato1000: string; | ||
}; |
export declare const violet: { | ||
readonly violet000: "hsl(250 20% 10.2%)"; | ||
readonly violet100: "hsl(255 31.2% 12.5%)"; | ||
readonly violet200: "hsl(254 35.2% 15.6%)"; | ||
readonly violet300: "hsl(253 38.6% 19.2%)"; | ||
readonly violet400: "hsl(252 41.6% 23.9%)"; | ||
readonly violet500: "hsl(251 44.3% 30.2%)"; | ||
readonly violet600: "hsl(250 47% 39.1%)"; | ||
readonly violet700: "hsl(250 51.8% 51.2%)"; | ||
readonly violet800: "hsl(252 56% 57.5%)"; | ||
readonly violet900: "hsl(250 95% 76.8%)"; | ||
readonly violet1000: "hsl(252 87% 96.4%)"; | ||
violet000: string; | ||
violet100: string; | ||
violet200: string; | ||
violet300: string; | ||
violet400: string; | ||
violet500: string; | ||
violet600: string; | ||
violet700: string; | ||
violet800: string; | ||
violet900: string; | ||
violet1000: string; | ||
}; |
export declare const yellow: { | ||
readonly yellow000: "hsl(45 100% 5.5%)"; | ||
readonly yellow100: "hsl(45 100% 6.3%)"; | ||
readonly yellow200: "hsl(44 100% 7.6%)"; | ||
readonly yellow300: "hsl(46 100% 9%)"; | ||
readonly yellow400: "hsl(47 100% 10.8%)"; | ||
readonly yellow500: "hsl(48 86.1% 14.1%)"; | ||
readonly yellow600: "hsl(48 77.6% 18.6%)"; | ||
readonly yellow700: "hsl(50 100% 22%)"; | ||
readonly yellow800: "hsl(53 92% 50%)"; | ||
readonly yellow900: "hsl(48 100% 47%)"; | ||
readonly yellow1000: "hsl(53 100% 91%)"; | ||
yellow000: string; | ||
yellow100: string; | ||
yellow200: string; | ||
yellow300: string; | ||
yellow400: string; | ||
yellow500: string; | ||
yellow600: string; | ||
yellow700: string; | ||
yellow800: string; | ||
yellow900: string; | ||
yellow1000: string; | ||
}; |
export declare const amber: { | ||
readonly amber000: "hsl(39 70% 99%)"; | ||
readonly amber100: "hsl(40 100% 96.5%)"; | ||
readonly amber200: "hsl(40 100% 93.1%)"; | ||
readonly amber300: "hsl(40 100% 89.3%)"; | ||
readonly amber400: "hsl(40 100% 85%)"; | ||
readonly amber500: "hsl(40 100% 79.7%)"; | ||
readonly amber600: "hsl(39 100% 72.8%)"; | ||
readonly amber700: "hsl(39 100% 63.9%)"; | ||
readonly amber800: "hsl(39 100% 57%)"; | ||
readonly amber900: "hsl(30 100% 34%)"; | ||
readonly amber1000: "hsl(20 80% 17%)"; | ||
amber000: string; | ||
amber100: string; | ||
amber200: string; | ||
amber300: string; | ||
amber400: string; | ||
amber500: string; | ||
amber600: string; | ||
amber700: string; | ||
amber800: string; | ||
amber900: string; | ||
amber1000: string; | ||
}; |
export declare const blue: { | ||
readonly blue000: "hsl(206 100% 99.2%)"; | ||
readonly blue100: "hsl(210 100% 98%)"; | ||
readonly blue200: "hsl(209 100% 96.5%)"; | ||
readonly blue300: "hsl(210 98.8% 94%)"; | ||
readonly blue400: "hsl(209 95% 90.1%)"; | ||
readonly blue500: "hsl(209 81.2% 84.5%)"; | ||
readonly blue600: "hsl(208 77.5% 76.9%)"; | ||
readonly blue700: "hsl(206 81.9% 65.3%)"; | ||
readonly blue800: "hsl(206 100% 50%)"; | ||
readonly blue900: "hsl(211 100% 43.2%)"; | ||
readonly blue1000: "hsl(211 100% 15%)"; | ||
blue000: string; | ||
blue100: string; | ||
blue200: string; | ||
blue300: string; | ||
blue400: string; | ||
blue500: string; | ||
blue600: string; | ||
blue700: string; | ||
blue800: string; | ||
blue900: string; | ||
blue1000: string; | ||
}; |
export declare const bronze: { | ||
readonly bronze000: "hsl(15 30% 99.1%)"; | ||
readonly bronze100: "hsl(17 63.6% 97.8%)"; | ||
readonly bronze200: "hsl(17 42.1% 95.2%)"; | ||
readonly bronze300: "hsl(17 35.2% 92.1%)"; | ||
readonly bronze400: "hsl(17 31.5% 88.2%)"; | ||
readonly bronze500: "hsl(17 29% 83%)"; | ||
readonly bronze600: "hsl(17 26.9% 75.6%)"; | ||
readonly bronze700: "hsl(17 25.1% 66.5%)"; | ||
readonly bronze800: "hsl(17 20% 54%)"; | ||
readonly bronze900: "hsl(15 20% 43.1%)"; | ||
readonly bronze1000: "hsl(12 22% 21.5%)"; | ||
bronze000: string; | ||
bronze100: string; | ||
bronze200: string; | ||
bronze300: string; | ||
bronze400: string; | ||
bronze500: string; | ||
bronze600: string; | ||
bronze700: string; | ||
bronze800: string; | ||
bronze900: string; | ||
bronze1000: string; | ||
}; |
export declare const brown: { | ||
readonly brown000: "hsl(30 40% 99.1%)"; | ||
readonly brown100: "hsl(30 50% 97.6%)"; | ||
readonly brown200: "hsl(30 52.5% 94.6%)"; | ||
readonly brown300: "hsl(30 53% 91.2%)"; | ||
readonly brown400: "hsl(29 52.9% 86.8%)"; | ||
readonly brown500: "hsl(29 52.5% 80.9%)"; | ||
readonly brown600: "hsl(29 51.5% 72.8%)"; | ||
readonly brown700: "hsl(28 50% 63.1%)"; | ||
readonly brown800: "hsl(28 34% 51%)"; | ||
readonly brown900: "hsl(25 30% 41%)"; | ||
readonly brown1000: "hsl(20 30% 19%)"; | ||
brown000: string; | ||
brown100: string; | ||
brown200: string; | ||
brown300: string; | ||
brown400: string; | ||
brown500: string; | ||
brown600: string; | ||
brown700: string; | ||
brown800: string; | ||
brown900: string; | ||
brown1000: string; | ||
}; |
export declare const crimson: { | ||
readonly crimson000: "hsl(332 100% 99.4%)"; | ||
readonly crimson100: "hsl(330 100% 98.4%)"; | ||
readonly crimson200: "hsl(331 85.6% 96.6%)"; | ||
readonly crimson300: "hsl(331 78.1% 94.2%)"; | ||
readonly crimson400: "hsl(332 72.1% 91.1%)"; | ||
readonly crimson500: "hsl(333 67% 86.7%)"; | ||
readonly crimson600: "hsl(335 63.5% 80.4%)"; | ||
readonly crimson700: "hsl(336 62.3% 72.9%)"; | ||
readonly crimson800: "hsl(336 80% 57.8%)"; | ||
readonly crimson900: "hsl(336 75% 47.2%)"; | ||
readonly crimson1000: "hsl(340 65% 14.5%)"; | ||
crimson000: string; | ||
crimson100: string; | ||
crimson200: string; | ||
crimson300: string; | ||
crimson400: string; | ||
crimson500: string; | ||
crimson600: string; | ||
crimson700: string; | ||
crimson800: string; | ||
crimson900: string; | ||
crimson1000: string; | ||
}; |
export declare const cyan: { | ||
readonly cyan000: "hsl(185 60% 98.7%)"; | ||
readonly cyan100: "hsl(185 73.3% 97.1%)"; | ||
readonly cyan200: "hsl(186 70.2% 94.4%)"; | ||
readonly cyan300: "hsl(186 63.8% 90.6%)"; | ||
readonly cyan400: "hsl(187 58.3% 85.4%)"; | ||
readonly cyan500: "hsl(188 54.6% 78.4%)"; | ||
readonly cyan600: "hsl(189 53.7% 68.7%)"; | ||
readonly cyan700: "hsl(189 60.3% 52.5%)"; | ||
readonly cyan800: "hsl(190 95% 39%)"; | ||
readonly cyan900: "hsl(192 85% 31%)"; | ||
readonly cyan1000: "hsl(192 88% 12.5%)"; | ||
cyan000: string; | ||
cyan100: string; | ||
cyan200: string; | ||
cyan300: string; | ||
cyan400: string; | ||
cyan500: string; | ||
cyan600: string; | ||
cyan700: string; | ||
cyan800: string; | ||
cyan900: string; | ||
cyan1000: string; | ||
}; |
export declare const gold: { | ||
readonly gold000: "hsl(50 20% 99.1%)"; | ||
readonly gold100: "hsl(47 52.9% 96.7%)"; | ||
readonly gold200: "hsl(46 38.2% 93.7%)"; | ||
readonly gold300: "hsl(44 32.7% 90.1%)"; | ||
readonly gold400: "hsl(43 29.9% 85.7%)"; | ||
readonly gold500: "hsl(41 28.3% 79.8%)"; | ||
readonly gold600: "hsl(39 27.6% 71.9%)"; | ||
readonly gold700: "hsl(36 27.2% 61.8%)"; | ||
readonly gold800: "hsl(36 20% 49.5%)"; | ||
readonly gold900: "hsl(36 20% 39%)"; | ||
readonly gold1000: "hsl(36 16% 20%)"; | ||
gold000: string; | ||
gold100: string; | ||
gold200: string; | ||
gold300: string; | ||
gold400: string; | ||
gold500: string; | ||
gold600: string; | ||
gold700: string; | ||
gold800: string; | ||
gold900: string; | ||
gold1000: string; | ||
}; |
export declare const grass: { | ||
readonly grass000: "hsl(116 50% 98.9%)"; | ||
readonly grass100: "hsl(120 60% 97.1%)"; | ||
readonly grass200: "hsl(120 53.6% 94.8%)"; | ||
readonly grass300: "hsl(121 47.5% 91.4%)"; | ||
readonly grass400: "hsl(122 42.6% 86.5%)"; | ||
readonly grass500: "hsl(124 39% 79.7%)"; | ||
readonly grass600: "hsl(126 37.1% 70.2%)"; | ||
readonly grass700: "hsl(131 38.1% 56.3%)"; | ||
readonly grass800: "hsl(131 41% 46.5%)"; | ||
readonly grass900: "hsl(133 50% 32.5%)"; | ||
readonly grass1000: "hsl(130 30% 14.9%)"; | ||
grass000: string; | ||
grass100: string; | ||
grass200: string; | ||
grass300: string; | ||
grass400: string; | ||
grass500: string; | ||
grass600: string; | ||
grass700: string; | ||
grass800: string; | ||
grass900: string; | ||
grass1000: string; | ||
}; |
export declare const gray: { | ||
readonly gray000: "hsl(0 0% 99%)"; | ||
readonly gray100: "hsl(0 0% 97.3%)"; | ||
readonly gray200: "hsl(0 0% 95%)"; | ||
readonly gray300: "hsl(0 0% 92.9%)"; | ||
readonly gray400: "hsl(0 0% 90.8%)"; | ||
readonly gray500: "hsl(0 0% 88.6%)"; | ||
readonly gray600: "hsl(0 0% 85.7%)"; | ||
readonly gray700: "hsl(0 0% 78%)"; | ||
readonly gray800: "hsl(0 0% 56.1%)"; | ||
readonly gray900: "hsl(0 0% 43.5%)"; | ||
readonly gray1000: "hsl(0 0% 9%)"; | ||
gray000: string; | ||
gray100: string; | ||
gray200: string; | ||
gray300: string; | ||
gray400: string; | ||
gray500: string; | ||
gray600: string; | ||
gray700: string; | ||
gray800: string; | ||
gray900: string; | ||
gray1000: string; | ||
}; |
export declare const green: { | ||
readonly green000: "hsl(136 50% 98.9%)"; | ||
readonly green100: "hsl(138 62.5% 96.9%)"; | ||
readonly green200: "hsl(139 55.2% 94.5%)"; | ||
readonly green300: "hsl(140 48.7% 91%)"; | ||
readonly green400: "hsl(141 43.7% 86%)"; | ||
readonly green500: "hsl(143 40.3% 79%)"; | ||
readonly green600: "hsl(146 38.5% 69%)"; | ||
readonly green700: "hsl(151 40.2% 54.1%)"; | ||
readonly green800: "hsl(151 55% 41.5%)"; | ||
readonly green900: "hsl(153 67% 28.5%)"; | ||
readonly green1000: "hsl(155 40% 14%)"; | ||
green000: string; | ||
green100: string; | ||
green200: string; | ||
green300: string; | ||
green400: string; | ||
green500: string; | ||
green600: string; | ||
green700: string; | ||
green800: string; | ||
green900: string; | ||
green1000: string; | ||
}; |
export declare const indigo: { | ||
readonly indigo000: "hsl(225 60% 99.4%)"; | ||
readonly indigo100: "hsl(223 100% 98.6%)"; | ||
readonly indigo200: "hsl(223 98.4% 97.1%)"; | ||
readonly indigo300: "hsl(223 92.9% 95%)"; | ||
readonly indigo400: "hsl(224 87.1% 92%)"; | ||
readonly indigo500: "hsl(224 81.9% 87.8%)"; | ||
readonly indigo600: "hsl(225 77.4% 82.1%)"; | ||
readonly indigo700: "hsl(226 75.4% 74.5%)"; | ||
readonly indigo800: "hsl(226 70% 55.5%)"; | ||
readonly indigo900: "hsl(226 55% 45%)"; | ||
readonly indigo1000: "hsl(226 62% 17%)"; | ||
indigo000: string; | ||
indigo100: string; | ||
indigo200: string; | ||
indigo300: string; | ||
indigo400: string; | ||
indigo500: string; | ||
indigo600: string; | ||
indigo700: string; | ||
indigo800: string; | ||
indigo900: string; | ||
indigo1000: string; | ||
}; |
export declare const lime: { | ||
readonly lime000: "hsl(85 50% 98.7%)"; | ||
readonly lime100: "hsl(85 66.7% 96.5%)"; | ||
readonly lime200: "hsl(84 73.8% 93.2%)"; | ||
readonly lime300: "hsl(84 72.1% 89.3%)"; | ||
readonly lime400: "hsl(82 68.1% 84.4%)"; | ||
readonly lime500: "hsl(80 63.8% 77.9%)"; | ||
readonly lime600: "hsl(78 60.9% 69.2%)"; | ||
readonly lime700: "hsl(76 61.8% 56.9%)"; | ||
readonly lime800: "hsl(81 67% 50%)"; | ||
readonly lime900: "hsl(75 80% 26%)"; | ||
readonly lime1000: "hsl(78 70% 11.5%)"; | ||
lime000: string; | ||
lime100: string; | ||
lime200: string; | ||
lime300: string; | ||
lime400: string; | ||
lime500: string; | ||
lime600: string; | ||
lime700: string; | ||
lime800: string; | ||
lime900: string; | ||
lime1000: string; | ||
}; |
export declare const mint: { | ||
readonly mint000: "hsl(165 80% 98.8%)"; | ||
readonly mint100: "hsl(164 88.2% 96.7%)"; | ||
readonly mint200: "hsl(164 75.1% 93.7%)"; | ||
readonly mint300: "hsl(165 68.2% 90.5%)"; | ||
readonly mint400: "hsl(165 62.9% 86.7%)"; | ||
readonly mint500: "hsl(166 58.4% 81.9%)"; | ||
readonly mint600: "hsl(166 55.3% 75.1%)"; | ||
readonly mint700: "hsl(168 55.1% 65.1%)"; | ||
readonly mint800: "hsl(167 65% 66%)"; | ||
readonly mint900: "hsl(172 72% 28.5%)"; | ||
readonly mint1000: "hsl(172 70% 12%)"; | ||
mint000: string; | ||
mint100: string; | ||
mint200: string; | ||
mint300: string; | ||
mint400: string; | ||
mint500: string; | ||
mint600: string; | ||
mint700: string; | ||
mint800: string; | ||
mint900: string; | ||
mint1000: string; | ||
}; |
export declare const olive: { | ||
readonly olive000: "hsl(110 20% 99%)"; | ||
readonly olive100: "hsl(120 16.7% 97.6%)"; | ||
readonly olive200: "hsl(119 10.1% 95.2%)"; | ||
readonly olive300: "hsl(118 8.1% 93%)"; | ||
readonly olive400: "hsl(117 7.1% 90.8%)"; | ||
readonly olive500: "hsl(115 6.4% 88.5%)"; | ||
readonly olive600: "hsl(114 5.9% 85.4%)"; | ||
readonly olive700: "hsl(110 5.2% 77.3%)"; | ||
readonly olive800: "hsl(110 3.5% 55.5%)"; | ||
readonly olive900: "hsl(110 3% 43%)"; | ||
readonly olive1000: "hsl(110 25% 9.5%)"; | ||
olive000: string; | ||
olive100: string; | ||
olive200: string; | ||
olive300: string; | ||
olive400: string; | ||
olive500: string; | ||
olive600: string; | ||
olive700: string; | ||
olive800: string; | ||
olive900: string; | ||
olive1000: string; | ||
}; |
export declare const orange: { | ||
readonly orange000: "hsl(24 70% 99%)"; | ||
readonly orange100: "hsl(24 83.3% 97.6%)"; | ||
readonly orange200: "hsl(24 100% 95.3%)"; | ||
readonly orange300: "hsl(25 100% 92.2%)"; | ||
readonly orange400: "hsl(25 100% 88.2%)"; | ||
readonly orange500: "hsl(25 100% 82.8%)"; | ||
readonly orange600: "hsl(24 100% 75.3%)"; | ||
readonly orange700: "hsl(24 94.5% 64.3%)"; | ||
readonly orange800: "hsl(24 94% 50%)"; | ||
readonly orange900: "hsl(24 100% 37%)"; | ||
readonly orange1000: "hsl(15 60% 17%)"; | ||
orange000: string; | ||
orange100: string; | ||
orange200: string; | ||
orange300: string; | ||
orange400: string; | ||
orange500: string; | ||
orange600: string; | ||
orange700: string; | ||
orange800: string; | ||
orange900: string; | ||
orange1000: string; | ||
}; |
export declare const pink: { | ||
readonly pink000: "hsl(322 100% 99.4%)"; | ||
readonly pink100: "hsl(323 100% 98.4%)"; | ||
readonly pink200: "hsl(323 86.3% 96.5%)"; | ||
readonly pink300: "hsl(323 78.7% 94.2%)"; | ||
readonly pink400: "hsl(323 72.2% 91.1%)"; | ||
readonly pink500: "hsl(323 66.3% 86.6%)"; | ||
readonly pink600: "hsl(323 62% 80.1%)"; | ||
readonly pink700: "hsl(323 60.3% 72.4%)"; | ||
readonly pink800: "hsl(322 65% 54.5%)"; | ||
readonly pink900: "hsl(322 75% 46%)"; | ||
readonly pink1000: "hsl(320 70% 13.5%)"; | ||
pink000: string; | ||
pink100: string; | ||
pink200: string; | ||
pink300: string; | ||
pink400: string; | ||
pink500: string; | ||
pink600: string; | ||
pink700: string; | ||
pink800: string; | ||
pink900: string; | ||
pink1000: string; | ||
}; |
export declare const plum: { | ||
readonly plum000: "hsl(292 90% 99.4%)"; | ||
readonly plum100: "hsl(300 100% 98.6%)"; | ||
readonly plum200: "hsl(299 71.2% 96.4%)"; | ||
readonly plum300: "hsl(299 62% 93.8%)"; | ||
readonly plum400: "hsl(298 56.1% 90.5%)"; | ||
readonly plum500: "hsl(296 51.3% 85.8%)"; | ||
readonly plum600: "hsl(295 48.2% 78.9%)"; | ||
readonly plum700: "hsl(292 47.7% 70.8%)"; | ||
readonly plum800: "hsl(292 45% 51%)"; | ||
readonly plum900: "hsl(292 60% 42.5%)"; | ||
readonly plum1000: "hsl(291 66% 14%)"; | ||
plum000: string; | ||
plum100: string; | ||
plum200: string; | ||
plum300: string; | ||
plum400: string; | ||
plum500: string; | ||
plum600: string; | ||
plum700: string; | ||
plum800: string; | ||
plum900: string; | ||
plum1000: string; | ||
}; |
export declare const purple: { | ||
readonly purple000: "hsl(280 65% 99.4%)"; | ||
readonly purple100: "hsl(276 100% 99%)"; | ||
readonly purple200: "hsl(276 83.1% 97%)"; | ||
readonly purple300: "hsl(275 76.4% 94.7%)"; | ||
readonly purple400: "hsl(275 70.8% 91.8%)"; | ||
readonly purple500: "hsl(274 65.4% 87.8%)"; | ||
readonly purple600: "hsl(273 61% 81.7%)"; | ||
readonly purple700: "hsl(272 60% 73.5%)"; | ||
readonly purple800: "hsl(272 51% 54%)"; | ||
readonly purple900: "hsl(272 50% 45.8%)"; | ||
readonly purple1000: "hsl(272 66% 16%)"; | ||
purple000: string; | ||
purple100: string; | ||
purple200: string; | ||
purple300: string; | ||
purple400: string; | ||
purple500: string; | ||
purple600: string; | ||
purple700: string; | ||
purple800: string; | ||
purple900: string; | ||
purple1000: string; | ||
}; |
export declare const quartz: { | ||
readonly quartz000: "hsl(300 20% 99%)"; | ||
readonly quartz100: "hsl(300 7.7% 97.5%)"; | ||
readonly quartz200: "hsl(294 5.5% 95.3%)"; | ||
readonly quartz300: "hsl(289 4.7% 93.3%)"; | ||
readonly quartz400: "hsl(283 4.4% 91.3%)"; | ||
readonly quartz500: "hsl(278 4.1% 89.1%)"; | ||
readonly quartz600: "hsl(271 3.9% 86.3%)"; | ||
readonly quartz700: "hsl(255 3.7% 78.8%)"; | ||
readonly quartz800: "hsl(252 4% 57.3%)"; | ||
readonly quartz900: "hsl(252 4% 45%)"; | ||
readonly quartz1000: "hsl(260 25% 11%)"; | ||
quartz000: string; | ||
quartz100: string; | ||
quartz200: string; | ||
quartz300: string; | ||
quartz400: string; | ||
quartz500: string; | ||
quartz600: string; | ||
quartz700: string; | ||
quartz800: string; | ||
quartz900: string; | ||
quartz1000: string; | ||
}; |
export declare const red: { | ||
readonly red000: "hsl(359 100% 99.4%)"; | ||
readonly red100: "hsl(359 100% 98.6%)"; | ||
readonly red200: "hsl(360 100% 96.8%)"; | ||
readonly red300: "hsl(360 97.9% 94.8%)"; | ||
readonly red400: "hsl(360 90.2% 91.9%)"; | ||
readonly red500: "hsl(360 81.7% 87.8%)"; | ||
readonly red600: "hsl(359 74.2% 81.7%)"; | ||
readonly red700: "hsl(359 69.5% 74.3%)"; | ||
readonly red800: "hsl(358 75% 59%)"; | ||
readonly red900: "hsl(358 65% 48.7%)"; | ||
readonly red1000: "hsl(354 50% 14.6%)"; | ||
red000: string; | ||
red100: string; | ||
red200: string; | ||
red300: string; | ||
red400: string; | ||
red500: string; | ||
red600: string; | ||
red700: string; | ||
red800: string; | ||
red900: string; | ||
red1000: string; | ||
}; |
export declare const sage: { | ||
readonly sage000: "hsl(155 30% 98.8%)"; | ||
readonly sage100: "hsl(150 16.7% 97.6%)"; | ||
readonly sage200: "hsl(151 10.6% 95.2%)"; | ||
readonly sage300: "hsl(151 8.8% 93%)"; | ||
readonly sage400: "hsl(151 7.8% 90.8%)"; | ||
readonly sage500: "hsl(152 7.2% 88.4%)"; | ||
readonly sage600: "hsl(153 6.7% 85.3%)"; | ||
readonly sage700: "hsl(154 6.1% 77.5%)"; | ||
readonly sage800: "hsl(155 3.5% 55.5%)"; | ||
readonly sage900: "hsl(155 3% 43%)"; | ||
readonly sage1000: "hsl(155 24% 9%)"; | ||
sage000: string; | ||
sage100: string; | ||
sage200: string; | ||
sage300: string; | ||
sage400: string; | ||
sage500: string; | ||
sage600: string; | ||
sage700: string; | ||
sage800: string; | ||
sage900: string; | ||
sage1000: string; | ||
}; |
export declare const sand: { | ||
readonly sand000: "hsl(50 20% 99%)"; | ||
readonly sand100: "hsl(60 7.7% 97.5%)"; | ||
readonly sand200: "hsl(59 6.5% 95.1%)"; | ||
readonly sand300: "hsl(58 6.1% 92.9%)"; | ||
readonly sand400: "hsl(57 6% 90.7%)"; | ||
readonly sand500: "hsl(56 5.9% 88.4%)"; | ||
readonly sand600: "hsl(55 5.9% 85.2%)"; | ||
readonly sand700: "hsl(51 6% 77.1%)"; | ||
readonly sand800: "hsl(50 2% 55.7%)"; | ||
readonly sand900: "hsl(50 2% 43.1%)"; | ||
readonly sand1000: "hsl(50 6% 10%)"; | ||
sand000: string; | ||
sand100: string; | ||
sand200: string; | ||
sand300: string; | ||
sand400: string; | ||
sand500: string; | ||
sand600: string; | ||
sand700: string; | ||
sand800: string; | ||
sand900: string; | ||
sand1000: string; | ||
}; |
export declare const sky: { | ||
readonly sky000: "hsl(193 100% 98.8%)"; | ||
readonly sky100: "hsl(193 100% 97.3%)"; | ||
readonly sky200: "hsl(193 95.2% 95.2%)"; | ||
readonly sky300: "hsl(193 90.3% 92.7%)"; | ||
readonly sky400: "hsl(193 85.7% 89.7%)"; | ||
readonly sky500: "hsl(193 81.6% 85.7%)"; | ||
readonly sky600: "hsl(193 78.8% 79.9%)"; | ||
readonly sky700: "hsl(193 80.4% 70%)"; | ||
readonly sky800: "hsl(193 98% 70%)"; | ||
readonly sky900: "hsl(195 100% 31.5%)"; | ||
readonly sky1000: "hsl(195 100% 13%)"; | ||
sky000: string; | ||
sky100: string; | ||
sky200: string; | ||
sky300: string; | ||
sky400: string; | ||
sky500: string; | ||
sky600: string; | ||
sky700: string; | ||
sky800: string; | ||
sky900: string; | ||
sky1000: string; | ||
}; |
export declare const slate: { | ||
readonly slate000: "hsl(206 30% 98.8%)"; | ||
readonly slate100: "hsl(210 16.7% 97.6%)"; | ||
readonly slate200: "hsl(209 13.3% 95.3%)"; | ||
readonly slate300: "hsl(209 12.2% 93.2%)"; | ||
readonly slate400: "hsl(208 11.7% 91.1%)"; | ||
readonly slate500: "hsl(208 11.3% 88.9%)"; | ||
readonly slate600: "hsl(207 11.1% 85.9%)"; | ||
readonly slate700: "hsl(205 10.7% 78%)"; | ||
readonly slate800: "hsl(206 6% 56.1%)"; | ||
readonly slate900: "hsl(206 6% 43.5%)"; | ||
readonly slate1000: "hsl(206 24% 9%)"; | ||
slate000: string; | ||
slate100: string; | ||
slate200: string; | ||
slate300: string; | ||
slate400: string; | ||
slate500: string; | ||
slate600: string; | ||
slate700: string; | ||
slate800: string; | ||
slate900: string; | ||
slate1000: string; | ||
}; |
export declare const teal: { | ||
readonly teal000: "hsl(165 60% 98.8%)"; | ||
readonly teal100: "hsl(169 64.7% 96.7%)"; | ||
readonly teal200: "hsl(169 59.8% 94%)"; | ||
readonly teal300: "hsl(169 53.1% 90.2%)"; | ||
readonly teal400: "hsl(170 47.1% 85%)"; | ||
readonly teal500: "hsl(170 42.6% 77.9%)"; | ||
readonly teal600: "hsl(170 39.9% 68.1%)"; | ||
readonly teal700: "hsl(172 42.1% 52.5%)"; | ||
readonly teal800: "hsl(173 80% 36%)"; | ||
readonly teal900: "hsl(174 90% 25.2%)"; | ||
readonly teal1000: "hsl(170 50% 12.5%)"; | ||
teal000: string; | ||
teal100: string; | ||
teal200: string; | ||
teal300: string; | ||
teal400: string; | ||
teal500: string; | ||
teal600: string; | ||
teal700: string; | ||
teal800: string; | ||
teal900: string; | ||
teal1000: string; | ||
}; |
export declare const tomato: { | ||
readonly tomato000: "hsl(10 100% 99.4%)"; | ||
readonly tomato100: "hsl(8 100% 98.4%)"; | ||
readonly tomato200: "hsl(8 100% 96.6%)"; | ||
readonly tomato300: "hsl(8 100% 94.3%)"; | ||
readonly tomato400: "hsl(8 92.8% 91%)"; | ||
readonly tomato500: "hsl(9 84.7% 86.3%)"; | ||
readonly tomato600: "hsl(10 77.3% 79.5%)"; | ||
readonly tomato700: "hsl(10 71.6% 71%)"; | ||
readonly tomato800: "hsl(10 78% 54%)"; | ||
readonly tomato900: "hsl(10 82% 43.5%)"; | ||
readonly tomato1000: "hsl(10 50% 13.5%)"; | ||
tomato000: string; | ||
tomato100: string; | ||
tomato200: string; | ||
tomato300: string; | ||
tomato400: string; | ||
tomato500: string; | ||
tomato600: string; | ||
tomato700: string; | ||
tomato800: string; | ||
tomato900: string; | ||
tomato1000: string; | ||
}; |
export declare const violet: { | ||
readonly violet000: "hsl(255 65% 99.4%)"; | ||
readonly violet100: "hsl(252 100% 99%)"; | ||
readonly violet200: "hsl(252 96.9% 97.4%)"; | ||
readonly violet300: "hsl(252 91.5% 95.5%)"; | ||
readonly violet400: "hsl(252 85.1% 93%)"; | ||
readonly violet500: "hsl(252 77.8% 89.4%)"; | ||
readonly violet600: "hsl(252 71% 83.7%)"; | ||
readonly violet700: "hsl(252 68.6% 76.3%)"; | ||
readonly violet800: "hsl(252 56% 57.5%)"; | ||
readonly violet900: "hsl(250 43% 48%)"; | ||
readonly violet1000: "hsl(254 60% 18.5%)"; | ||
violet000: string; | ||
violet100: string; | ||
violet200: string; | ||
violet300: string; | ||
violet400: string; | ||
violet500: string; | ||
violet600: string; | ||
violet700: string; | ||
violet800: string; | ||
violet900: string; | ||
violet1000: string; | ||
}; |
export declare const yellow: { | ||
readonly yellow000: "hsl(60 54% 98.5%)"; | ||
readonly yellow100: "hsl(54 91.3% 95.5%)"; | ||
readonly yellow200: "hsl(55 95.6% 91.9%)"; | ||
readonly yellow300: "hsl(55 92.8% 87.8%)"; | ||
readonly yellow400: "hsl(54 88.7% 83.1%)"; | ||
readonly yellow500: "hsl(53 85% 77.3%)"; | ||
readonly yellow600: "hsl(52 83.1% 69.7%)"; | ||
readonly yellow700: "hsl(53 85.2% 55.1%)"; | ||
readonly yellow800: "hsl(53 92% 50%)"; | ||
readonly yellow900: "hsl(42 100% 29%)"; | ||
readonly yellow1000: "hsl(40 55% 13.5%)"; | ||
yellow000: string; | ||
yellow100: string; | ||
yellow200: string; | ||
yellow300: string; | ||
yellow400: string; | ||
yellow500: string; | ||
yellow600: string; | ||
yellow700: string; | ||
yellow800: string; | ||
yellow900: string; | ||
yellow1000: string; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
94972