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: #eab8e4;
}
.color-2 {
color: #d69ec7;
}
.color-3 {
color: #b47eb9;
}
.color-4 {
color: #a15ea6;
}
.color-5 {
color: #793989;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d69ec7;
--color-3: #b47eb9;
--color-4: #a15ea6;
--color-5: #793989;
}

Lavender Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d69ec7, #b47eb9, #a15ea6, #793989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d69ec7, #b47eb9, #a15ea6, #793989);
}

Lavender Dreamscape color palette created on .