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: #fde6ce;
}
.color-2 {
color: #fbd1b7;
}
.color-3 {
color: #efc3a9;
}
.color-4 {
color: #bed0cc;
}
.color-5 {
color: #ddb397;
}
/* CSS Variables */
:root {
--color-1: #fde6ce;
--color-2: #fbd1b7;
--color-3: #efc3a9;
--color-4: #bed0cc;
--color-5: #ddb397;
}
Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde6ce, #fbd1b7, #efc3a9, #bed0cc, #ddb397);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde6ce, #fbd1b7, #efc3a9, #bed0cc, #ddb397);
}
Similar color palettes
Sunrise Serenade color palette created on .