Whispers of Serene Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Skies palette

Share this palette to:

Whispers of Serene Skies color palette CSS

/* CSS */
.color-1 {
color: #f1f3f3;
}
.color-2 {
color: #c8ddf9;
}
.color-3 {
color: #d1d5c3;
}
.color-4 {
color: #b6d0f7;
}
.color-5 {
color: #dad17c;
}

/* CSS Variables */
:root {
--color-1: #f1f3f3;
--color-2: #c8ddf9;
--color-3: #d1d5c3;
--color-4: #b6d0f7;
--color-5: #dad17c;
}

Whispers of Serene Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f3, #c8ddf9, #d1d5c3, #b6d0f7, #dad17c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f3, #c8ddf9, #d1d5c3, #b6d0f7, #dad17c);
}

Similar color palettes

Scroll down to explore 1 Light teal color palette

Whispers of Serene Skies color palette created on .