Sky Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sky Serenade palette
Sky Serenade color palette CSS
/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #4fb9e3;
}
.color-3 {
color: #1d9a9a;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #4fb9e3;
--color-3: #1d9a9a;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
Sky Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #4fb9e3, #1d9a9a, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #4fb9e3, #1d9a9a, #ffb84d, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sky Serenade color palette created on .