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: #e5e9f0;
}
.color-2 {
color: #a6b7d9;
}
.color-3 {
color: #809bc2;
}
.color-4 {
color: #4f7a9c;
}
.color-5 {
color: #2c4f6d;
}

/* CSS Variables */
:root {
--color-1: #e5e9f0;
--color-2: #a6b7d9;
--color-3: #809bc2;
--color-4: #4f7a9c;
--color-5: #2c4f6d;
}

Celestial Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e9f0, #a6b7d9, #809bc2, #4f7a9c, #2c4f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e9f0, #a6b7d9, #809bc2, #4f7a9c, #2c4f6d);
}

Celestial Whisper color palette created on .