Whimsical Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Lavender Dreams palette

Share this palette to:

Whimsical Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #b59ed6;
}
.color-2 {
color: #d6a2e2;
}
.color-3 {
color: #e7c5f2;
}
.color-4 {
color: #f1e0ff;
}
.color-5 {
color: #f2dff6;
}

/* CSS Variables */
:root {
--color-1: #b59ed6;
--color-2: #d6a2e2;
--color-3: #e7c5f2;
--color-4: #f1e0ff;
--color-5: #f2dff6;
}

Whimsical Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59ed6, #d6a2e2, #e7c5f2, #f1e0ff, #f2dff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59ed6, #d6a2e2, #e7c5f2, #f1e0ff, #f2dff6);
}

Whimsical Lavender Dreams color palette created on .