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: #f5f5f5;
}
.color-2 {
color: #c6b3e0;
}
.color-3 {
color: #f2caf2;
}
.color-4 {
color: #d7d7f4;
}
.color-5 {
color: #d5c7e1;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #c6b3e0;
--color-3: #f2caf2;
--color-4: #d7d7f4;
--color-5: #d5c7e1;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #c6b3e0, #f2caf2, #d7d7f4, #d5c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #c6b3e0, #f2caf2, #d7d7f4, #d5c7e1);
}

Lavender Dreams color palette created on .