Lavender Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Dreamscape palette

Share this palette to:

Lavender Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #d3c4fd;
}
.color-2 {
color: #b5a1fc;
}
.color-3 {
color: #957ded;
}
.color-4 {
color: #785ecf;
}
.color-5 {
color: #5f49ab;
}

/* CSS Variables */
:root {
--color-1: #d3c4fd;
--color-2: #b5a1fc;
--color-3: #957ded;
--color-4: #785ecf;
--color-5: #5f49ab;
}

Lavender Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c4fd, #b5a1fc, #957ded, #785ecf, #5f49ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c4fd, #b5a1fc, #957ded, #785ecf, #5f49ab);
}

Similar color palettes

Lavender Dreamscape color palette created on .