Sunny Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Serenade palette
Sunny Serenade color palette CSS
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f3a953;
}
.color-3 {
color: #efd56c;
}
.color-4 {
color: #ffd980;
}
.color-5 {
color: #ff7142;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f3a953;
--color-3: #efd56c;
--color-4: #ffd980;
--color-5: #ff7142;
}
Sunny Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f3a953, #efd56c, #ffd980, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f3a953, #efd56c, #ffd980, #ff7142);
}
Similar color palettes
Scroll down to explore 70+ Bright color palettes
Sunny Serenade color palette created on .