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: #b5a3d1;
}
.color-2 {
color: #d1c5e7;
}
.color-3 {
color: #e9d7f4;
}
.color-4 {
color: #f2ebff;
}
.color-5 {
color: #bfa2d8;
}

/* CSS Variables */
:root {
--color-1: #b5a3d1;
--color-2: #d1c5e7;
--color-3: #e9d7f4;
--color-4: #f2ebff;
--color-5: #bfa2d8;
}

Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a3d1, #d1c5e7, #e9d7f4, #f2ebff, #bfa2d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a3d1, #d1c5e7, #e9d7f4, #f2ebff, #bfa2d8);
}

Lavender Dream color palette created on .