Whispers of Lavender Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Lavender Dream palette

Share this palette to:

Whispers of Lavender Dream color palette CSS

/* CSS */
.color-1 {
color: #e6e0e1;
}
.color-2 {
color: #cabec2;
}
.color-3 {
color: #ccace7;
}
.color-4 {
color: #a578ce;
}
.color-5 {
color: #8d829b;
}

/* CSS Variables */
:root {
--color-1: #e6e0e1;
--color-2: #cabec2;
--color-3: #ccace7;
--color-4: #a578ce;
--color-5: #8d829b;
}

Whispers of Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e0e1, #cabec2, #ccace7, #a578ce, #8d829b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e0e1, #cabec2, #ccace7, #a578ce, #8d829b);
}

Whispers of Lavender Dream color palette created on .