Manic Star Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Manic Star palette
Manic Star color palette PNG image
Manic Star color palette CSS
/* CSS */
.color-1 {
color: #c47f08;
}
.color-2 {
color: #cb4c15;
}
.color-3 {
color: #c73129;
}
.color-4 {
color: #b00742;
}
.color-5 {
color: #600642;
}
/* CSS Variables */
:root {
--color-1: #c47f08;
--color-2: #cb4c15;
--color-3: #c73129;
--color-4: #b00742;
--color-5: #600642;
}
Manic Star background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c47f08, #cb4c15, #c73129, #b00742, #600642);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c47f08, #cb4c15, #c73129, #b00742, #600642);
}
Similar color palettes
Manic Star color palette created on .