UNPKG

@nextui-org/theme

Version:

The default theme for NextUI components

18 lines (16 loc) 236 B
// src/colors/pink.ts var pink = { 50: "#ffedfa", 100: "#ffdcf5", 200: "#ffb8eb", 300: "#ff95e1", 400: "#ff71d7", 500: "#ff4ecd", 600: "#cc3ea4", 700: "#992f7b", 800: "#661f52", 900: "#331029" }; export { pink };