Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Dreams palette

Share this palette to:

Lavender Dreams color palette PNG image

Download lavender dreams color palette PNG image (landscape)
Download lavender dreams color palette PNG image (square)

Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #d5c2e5;
}
.color-2 {
color: #a98ac1;
}
.color-3 {
color: #8a6eaa;
}
.color-4 {
color: #5f3370;
}
.color-5 {
color: #f2e1f9;
}

/* CSS Variables */
:root {
--color-1: #d5c2e5;
--color-2: #a98ac1;
--color-3: #8a6eaa;
--color-4: #5f3370;
--color-5: #f2e1f9;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2e5, #a98ac1, #8a6eaa, #5f3370, #f2e1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2e5, #a98ac1, #8a6eaa, #5f3370, #f2e1f9);
}

Lavender Dreams color palette created on .