@while-and-for/tremor-react
Version:
The React library to build dashboards faster.
2 lines (1 loc) • 503 B
JavaScript
import{BaseColors as r}from"./constants.js";const e={canvasBackground:50,lightBackground:100,background:500,darkBackground:600,darkestBackground:800,lightBorder:200,border:500,darkBorder:700,lightRing:200,ring:300,lightText:400,text:500,darkText:700,darkestText:900,icon:500},a=[r.Blue,r.Cyan,r.Sky,r.Indigo,r.Violet,r.Purple,r.Fuchsia,r.Slate,r.Gray,r.Zinc,r.Neutral,r.Stone,r.Red,r.Orange,r.Amber,r.Yellow,r.Lime,r.Green,r.Emerald,r.Teal,r.Pink,r.Rose];export{e as colorPalette,a as themeColorRange};