Lunar Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Whisper palette

Share this palette to:

Lunar Whisper color palette CSS

/* CSS */
.color-1 {
color: #e9d4b9;
}
.color-2 {
color: #b2a199;
}
.color-3 {
color: #6b5e6e;
}
.color-4 {
color: #4c3e70;
}
.color-5 {
color: #2a2c41;
}

/* CSS Variables */
:root {
--color-1: #e9d4b9;
--color-2: #b2a199;
--color-3: #6b5e6e;
--color-4: #4c3e70;
--color-5: #2a2c41;
}

Lunar Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d4b9, #b2a199, #6b5e6e, #4c3e70, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d4b9, #b2a199, #6b5e6e, #4c3e70, #2a2c41);
}

Lunar Whisper color palette created on .