Celestial Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Whisper palette
Celestial Whisper color palette CSS
/* CSS */
.color-1 {
color: #d6e1df;
}
.color-2 {
color: #b5c9c6;
}
.color-3 {
color: #a0b1b0;
}
.color-4 {
color: #7d9b9a;
}
.color-5 {
color: #4c7b7b;
}
/* CSS Variables */
:root {
--color-1: #d6e1df;
--color-2: #b5c9c6;
--color-3: #a0b1b0;
--color-4: #7d9b9a;
--color-5: #4c7b7b;
}
Celestial Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e1df, #b5c9c6, #a0b1b0, #7d9b9a, #4c7b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e1df, #b5c9c6, #a0b1b0, #7d9b9a, #4c7b7b);
}
Similar color palettes
Celestial Whisper color palette created on .