Mizi's Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mizi's Sunset Serenade palette
Mizi's Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff5e3d;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #c3185d;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff5e3d;
--color-4: #d33131;
--color-5: #c3185d;
}
Mizi's Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff5e3d, #d33131, #c3185d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff5e3d, #d33131, #c3185d);
}
Similar color palettes
Scroll down to explore 40+ Amber color palettes
Mizi's Sunset Serenade color palette created on .