Sunshine Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunshine Serenade palette
Sunshine Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #efa30b;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #f4c3c3;
}
.color-5 {
color: #8cc0de;
}
/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #efa30b;
--color-3: #e76e50;
--color-4: #f4c3c3;
--color-5: #8cc0de;
}
Sunshine Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #efa30b, #e76e50, #f4c3c3, #8cc0de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #efa30b, #e76e50, #f4c3c3, #8cc0de);
}
Similar color palettes
Sunshine Serenade color palette created on .