UNPKG

@heroui/theme

Version:

The default theme for HeroUI components

18 lines (16 loc) 233 B
// src/colors/red.ts var red = { 50: "#fee7ef", 100: "#fdd0df", 200: "#faa0bf", 300: "#f871a0", 400: "#f54180", 500: "#f31260", 600: "#c20e4d", 700: "#920b3a", 800: "#610726", 900: "#310413" }; export { red };