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: #ff7d1a;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #55b6e7;
}
/* CSS Variables */
:root {
--color-1: #ff7d1a;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #a3d55d;
--color-5: #55b6e7;
}
Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7d1a, #ffb84d, #ffeb8a, #a3d55d, #55b6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7d1a, #ffb84d, #ffeb8a, #a3d55d, #55b6e7);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunrise Serenade color palette created on .