Celestial Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Whisper palette

Share this palette to:

Celestial Whisper color palette CSS

/* CSS */
.color-1 {
color: #d9eaf7;
}
.color-2 {
color: #a1c0e8;
}
.color-3 {
color: #699bc3;
}
.color-4 {
color: #507e95;
}
.color-5 {
color: #2f4f6a;
}

/* CSS Variables */
:root {
--color-1: #d9eaf7;
--color-2: #a1c0e8;
--color-3: #699bc3;
--color-4: #507e95;
--color-5: #2f4f6a;
}

Celestial Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9eaf7, #a1c0e8, #699bc3, #507e95, #2f4f6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9eaf7, #a1c0e8, #699bc3, #507e95, #2f4f6a);
}

Celestial Whisper color palette created on .