Whispering Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Skies palette

Share this palette to:

Whispering Skies color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #b7e1d8;
}
.color-3 {
color: #cbe7d8;
}
.color-4 {
color: #e7f8e2;
}
.color-5 {
color: #f0faf8;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #b7e1d8;
--color-3: #cbe7d8;
--color-4: #e7f8e2;
--color-5: #f0faf8;
}

Whispering Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #b7e1d8, #cbe7d8, #e7f8e2, #f0faf8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #b7e1d8, #cbe7d8, #e7f8e2, #f0faf8);
}

Whispering Skies color palette created on .