Sunrise Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunrise Serenade palette
Sunrise Serenade color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffb83d;
}
.color-3 {
color: #ffdb66;
}
.color-4 {
color: #fff4a3;
}
.color-5 {
color: #ff5c87;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffb83d;
--color-3: #ffdb66;
--color-4: #fff4a3;
--color-5: #ff5c87;
}
Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffb83d, #ffdb66, #fff4a3, #ff5c87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffb83d, #ffdb66, #fff4a3, #ff5c87);
}
Similar color palettes
Sunrise Serenade color palette created on .