Whispers of Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

Share this palette to:

Whispers of Lavender color palette CSS

/* CSS */
.color-1 {
color: #d5d3df;
}
.color-2 {
color: #a8a6b5;
}
.color-3 {
color: #7f7c9c;
}
.color-4 {
color: #bfa3c2;
}
.color-5 {
color: #e1c6d4;
}

/* CSS Variables */
:root {
--color-1: #d5d3df;
--color-2: #a8a6b5;
--color-3: #7f7c9c;
--color-4: #bfa3c2;
--color-5: #e1c6d4;
}

Whispers of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d3df, #a8a6b5, #7f7c9c, #bfa3c2, #e1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d3df, #a8a6b5, #7f7c9c, #bfa3c2, #e1c6d4);
}

Whispers of Lavender color palette created on .