Lavender Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Whisper palette

Share this palette to:

Lavender Whisper color palette CSS

/* CSS */
.color-1 {
color: #e4d7ea;
}
.color-2 {
color: #c5a0d4;
}
.color-3 {
color: #b88bc1;
}
.color-4 {
color: #905da2;
}
.color-5 {
color: #7b5e8d;
}

/* CSS Variables */
:root {
--color-1: #e4d7ea;
--color-2: #c5a0d4;
--color-3: #b88bc1;
--color-4: #905da2;
--color-5: #7b5e8d;
}

Lavender Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d7ea, #c5a0d4, #b88bc1, #905da2, #7b5e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d7ea, #c5a0d4, #b88bc1, #905da2, #7b5e8d);
}

Lavender Whisper color palette created on .