Whispers of Serene Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serene Skies palette
Image Gallery
Whispers of Serene Skies color palette CSS
/* CSS */
.color-1 {
color: #dae7ec;
}
.color-2 {
color: #c4dae3;
}
.color-3 {
color: #b2cedc;
}
.color-4 {
color: #9cc0d3;
}
.color-5 {
color: #89b4cd;
}
/* CSS Variables */
:root {
--color-1: #dae7ec;
--color-2: #c4dae3;
--color-3: #b2cedc;
--color-4: #9cc0d3;
--color-5: #89b4cd;
}
Whispers of Serene Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae7ec, #c4dae3, #b2cedc, #9cc0d3, #89b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae7ec, #c4dae3, #b2cedc, #9cc0d3, #89b4cd);
}
Similar color palettes
Whispers of Serene Skies color palette created on .