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: #e1ca94;
}
.color-2 {
color: #b09e96;
}
.color-3 {
color: #685b6b;
}
.color-4 {
color: #4c3e70;
}
.color-5 {
color: #2a2c41;
}
/* CSS Variables */
:root {
--color-1: #e1ca94;
--color-2: #b09e96;
--color-3: #685b6b;
--color-4: #4c3e70;
--color-5: #2a2c41;
}
Lunar Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1ca94, #b09e96, #685b6b, #4c3e70, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1ca94, #b09e96, #685b6b, #4c3e70, #2a2c41);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Lunar Whisper color palette created on .