Manic Star Color Palette
Discover the beautiful Manic Star color palette featuring hot toddy (#c68008), orange roughy (#c94c15), persian red (#c93129), shiraz (#af0741) and mulberry wood (#5f0641).
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: #c68008;
}
.color-2 {
color: #c94c15;
}
.color-3 {
color: #c93129;
}
.color-4 {
color: #af0741;
}
.color-5 {
color: #5f0641;
}
/* CSS Variables */
:root {
--color-1: #c68008;
--color-2: #c94c15;
--color-3: #c93129;
--color-4: #af0741;
--color-5: #5f0641;
} ๐ Manic Star background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c68008, #c94c15, #c93129, #af0741, #5f0641);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c68008, #c94c15, #c93129, #af0741, #5f0641);
} ๐ Explore similar color palettes
Manic Star color palette created on .