Sky Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sky Serenade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sky Serenade Color Palette (PNG)
Sky Serenade color palette CSS
/* CSS */
.color-1 {
color: #9bb8f8;
}
.color-2 {
color: #c9ccf8;
}
.color-3 {
color: #f7ddf8;
}
.color-4 {
color: #faebf9;
}
.color-5 {
color: #fbeff8;
}
/* CSS Variables */
:root {
--color-1: #9bb8f8;
--color-2: #c9ccf8;
--color-3: #f7ddf8;
--color-4: #faebf9;
--color-5: #fbeff8;
}
Sky Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bb8f8, #c9ccf8, #f7ddf8, #faebf9, #fbeff8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bb8f8, #c9ccf8, #f7ddf8, #faebf9, #fbeff8);
}
Similar color palettes
Sky Serenade color palette created on .