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