Lunar Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Whisper palette
Lunar Whisper color palette CSS
/* CSS */
.color-1 {
color: #dbe2f5;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #74b0d8;
}
.color-4 {
color: #5a9bd8;
}
.color-5 {
color: #3e7ab6;
}
/* CSS Variables */
:root {
--color-1: #dbe2f5;
--color-2: #a3c2e0;
--color-3: #74b0d8;
--color-4: #5a9bd8;
--color-5: #3e7ab6;
}
Lunar Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe2f5, #a3c2e0, #74b0d8, #5a9bd8, #3e7ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe2f5, #a3c2e0, #74b0d8, #5a9bd8, #3e7ab6);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Lunar Whisper color palette created on .