Whispers of the Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Sky palette

Share this palette to:

Whispers of the Sky color palette CSS

/* CSS */
.color-1 {
color: #9fc4e0;
}
.color-2 {
color: #bae3da;
}
.color-3 {
color: #f4c19f;
}
.color-4 {
color: #f6a9a2;
}
.color-5 {
color: #d87979;
}

/* CSS Variables */
:root {
--color-1: #9fc4e0;
--color-2: #bae3da;
--color-3: #f4c19f;
--color-4: #f6a9a2;
--color-5: #d87979;
}

Whispers of the Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e0, #bae3da, #f4c19f, #f6a9a2, #d87979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e0, #bae3da, #f4c19f, #f6a9a2, #d87979);
}

Whispers of the Sky color palette created on .