Manic Star Color Palette
Discover the beautiful Manic Star color palette featuring pumpkin skin (#aa590b), rust (#af3911), roof terracotta (#ad251b), shiraz (#9e0c29) and mulberry wood (#580827).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Manic Star palette
๐ป Manic Star color palette CSS
/* CSS */
.color-1 {
color: #aa590b;
}
.color-2 {
color: #af3911;
}
.color-3 {
color: #ad251b;
}
.color-4 {
color: #9e0c29;
}
.color-5 {
color: #580827;
}
/* CSS Variables */
:root {
--color-1: #aa590b;
--color-2: #af3911;
--color-3: #ad251b;
--color-4: #9e0c29;
--color-5: #580827;
} ๐ Manic Star background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa590b, #af3911, #ad251b, #9e0c29, #580827);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa590b, #af3911, #ad251b, #9e0c29, #580827);
} ๐ Explore similar color palettes
Manic Star color palette created on .