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: #e7d4f2;
}
.color-2 {
color: #d5b3e6;
}
.color-3 {
color: #c89ee0;
}
.color-4 {
color: #b58bd5;
}
.color-5 {
color: #9a74c8;
}

/* CSS Variables */
:root {
--color-1: #e7d4f2;
--color-2: #d5b3e6;
--color-3: #c89ee0;
--color-4: #b58bd5;
--color-5: #9a74c8;
}

Lavender Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d4f2, #d5b3e6, #c89ee0, #b58bd5, #9a74c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d4f2, #d5b3e6, #c89ee0, #b58bd5, #9a74c8);
}

Lavender Dreamscape color palette created on .