Soft Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Lavender Dreams palette

Share this palette to:

Soft Lavender Dreams color palette PNG image

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

Soft Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #b0a2e6;
}
.color-2 {
color: #9e7be0;
}
.color-3 {
color: #7c6dd5;
}
.color-4 {
color: #5b5abf;
}
.color-5 {
color: #494f9c;
}

/* CSS Variables */
:root {
--color-1: #b0a2e6;
--color-2: #9e7be0;
--color-3: #7c6dd5;
--color-4: #5b5abf;
--color-5: #494f9c;
}

Soft Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}

Soft Lavender Dreams color palette created on .