Sunshine Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunshine Serenade palette
Sunshine Serenade color palette PNG image
Sunshine Serenade color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #a77aff;
}
.color-3 {
color: #6cc9e5;
}
.color-4 {
color: #5dda6e;
}
.color-5 {
color: #ff9966;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #a77aff;
--color-3: #6cc9e5;
--color-4: #5dda6e;
--color-5: #ff9966;
}
Sunshine Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #a77aff, #6cc9e5, #5dda6e, #ff9966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #a77aff, #6cc9e5, #5dda6e, #ff9966);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunshine Serenade color palette created on .