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: #e3badd;
}
.color-2 {
color: #d89ccf;
}
.color-3 {
color: #c280c1;
}
.color-4 {
color: #a95aaa;
}
.color-5 {
color: #863d8a;
}

/* CSS Variables */
:root {
--color-1: #e3badd;
--color-2: #d89ccf;
--color-3: #c280c1;
--color-4: #a95aaa;
--color-5: #863d8a;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3badd, #d89ccf, #c280c1, #a95aaa, #863d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3badd, #d89ccf, #c280c1, #a95aaa, #863d8a);
}

Lavender Dreams color palette created on .