Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Dreams palette

Share this palette to:

Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #8b4b8b;
}
.color-2 {
color: #a86eb9;
}
.color-3 {
color: #c79cde;
}
.color-4 {
color: #e5c8f4;
}
.color-5 {
color: #f5e0ff;
}

/* CSS Variables */
:root {
--color-1: #8b4b8b;
--color-2: #a86eb9;
--color-3: #c79cde;
--color-4: #e5c8f4;
--color-5: #f5e0ff;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4b8b, #a86eb9, #c79cde, #e5c8f4, #f5e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4b8b, #a86eb9, #c79cde, #e5c8f4, #f5e0ff);
}

Lavender Dreams color palette created on .