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: #a8b3d6;
}
.color-2 {
color: #e3e7f2;
}
.color-3 {
color: #c2c9d6;
}
.color-4 {
color: #f5f7ff;
}
.color-5 {
color: #afc3e9;
}
/* CSS Variables */
:root {
--color-1: #a8b3d6;
--color-2: #e3e7f2;
--color-3: #c2c9d6;
--color-4: #f5f7ff;
--color-5: #afc3e9;
}
Lunar Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3d6, #e3e7f2, #c2c9d6, #f5f7ff, #afc3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3d6, #e3e7f2, #c2c9d6, #f5f7ff, #afc3e9);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Lunar Whisper color palette created on .