Starry Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starry Sunset Serenade palette
Starry Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff382e;
}
.color-4 {
color: #d10023;
}
.color-5 {
color: #a8003e;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #ff382e;
--color-4: #d10023;
--color-5: #a8003e;
}
Starry Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #ff382e, #d10023, #a8003e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #ff382e, #d10023, #a8003e);
}
Similar color palettes
Starry Sunset Serenade color palette created on .