Sky Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sky Whisper palette

Share this palette to:

Sky Whisper color palette CSS

/* CSS */
.color-1 {
color: #a9d9ea;
}
.color-2 {
color: #b3e2e5;
}
.color-3 {
color: #d4f3f7;
}
.color-4 {
color: #f3f9fc;
}
.color-5 {
color: #e0f7ff;
}

/* CSS Variables */
:root {
--color-1: #a9d9ea;
--color-2: #b3e2e5;
--color-3: #d4f3f7;
--color-4: #f3f9fc;
--color-5: #e0f7ff;
}

Sky Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9ea, #b3e2e5, #d4f3f7, #f3f9fc, #e0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9ea, #b3e2e5, #d4f3f7, #f3f9fc, #e0f7ff);
}

Sky Whisper color palette created on .