Soft Lavender Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Lavender Dream palette

Share this palette to:

Download Soft Lavender Dream Color Palette (PNG)

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

Soft Lavender Dream color palette CSS

/* CSS */
.color-1 {
color: #f1f0ff;
}
.color-2 {
color: #dac7e1;
}
.color-3 {
color: #c4a3c7;
}
.color-4 {
color: #a77b9d;
}
.color-5 {
color: #6e4c7b;
}

/* CSS Variables */
:root {
--color-1: #f1f0ff;
--color-2: #dac7e1;
--color-3: #c4a3c7;
--color-4: #a77b9d;
--color-5: #6e4c7b;
}

Soft Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f0ff, #dac7e1, #c4a3c7, #a77b9d, #6e4c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f0ff, #dac7e1, #c4a3c7, #a77b9d, #6e4c7b);
}

Soft Lavender Dream color palette created on .