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: #6c3082;
}
.color-2 {
color: #9f5b9e;
}
.color-3 {
color: #d69eba;
}
.color-4 {
color: #f3c0a5;
}
.color-5 {
color: #f9e49f;
}

/* CSS Variables */
:root {
--color-1: #6c3082;
--color-2: #9f5b9e;
--color-3: #d69eba;
--color-4: #f3c0a5;
--color-5: #f9e49f;
}

Whispers of Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c3082, #9f5b9e, #d69eba, #f3c0a5, #f9e49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c3082, #9f5b9e, #d69eba, #f3c0a5, #f9e49f);
}

Whispers of Lavender Dream color palette created on .