Lavender Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Dream palette

Share this palette to:

Lavender Dream color palette PNG image

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

Lavender Dream color palette CSS

/* CSS */
.color-1 {
color: #c7c7ff;
}
.color-2 {
color: #a8a3e0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #b8a4e0;
}
.color-5 {
color: #643dff;
}

/* CSS Variables */
:root {
--color-1: #c7c7ff;
--color-2: #a8a3e0;
--color-3: #ffffff;
--color-4: #b8a4e0;
--color-5: #643dff;
}

Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c7ff, #a8a3e0, #ffffff, #b8a4e0, #643dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c7ff, #a8a3e0, #ffffff, #b8a4e0, #643dff);
}

Lavender Dream color palette created on .