UNPKG

@heroui/theme

Version:

The default theme for HeroUI components

18 lines (16 loc) 242 B
// src/colors/yellow.ts var yellow = { 50: "#fefce8", 100: "#fdedd3", 200: "#fbdba7", 300: "#f9c97c", 400: "#f7b750", 500: "#f5a524", 600: "#c4841d", 700: "#936316", 800: "#62420e", 900: "#312107" }; export { yellow };