csd
Version:
css codes with design system in css in js libraries
20 lines (18 loc) • 364 B
text/typescript
import { ChromaticColor } from "@/types/colors";
const orange: ChromaticColor = {
50: "#fff3e0",
100: "#ffe0b2",
200: "#ffcc80",
300: "#ffb74d",
400: "#ffa726",
500: "#ff9800",
600: "#fb8c00",
700: "#f57c00",
800: "#ef6c00",
900: "#e65100",
A100: "#ffd180",
A200: "#ffab40",
A400: "#ff9100",
A700: "#ff6d00",
};
export default orange;