Sunny Sky Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Sky Serenade palette
Sunny Sky Serenade color palette CSS
/* CSS */
.color-1 {
color: #1db4e2;
}
.color-2 {
color: #f1df5b;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1db4e2;
--color-2: #f1df5b;
--color-3: #f9c54e;
--color-4: #ff9d00;
--color-5: #ff6e61;
}
Sunny Sky Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db4e2, #f1df5b, #f9c54e, #ff9d00, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db4e2, #f1df5b, #f9c54e, #ff9d00, #ff6e61);
}
Similar color palettes
Sunny Sky Serenade color palette created on .