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: #f5e5ff;
}
.color-2 {
color: #e1c6e6;
}
.color-3 {
color: #d89fdf;
}
.color-4 {
color: #a76acd;
}
.color-5 {
color: #8b3d99;
}

/* CSS Variables */
:root {
--color-1: #f5e5ff;
--color-2: #e1c6e6;
--color-3: #d89fdf;
--color-4: #a76acd;
--color-5: #8b3d99;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5ff, #e1c6e6, #d89fdf, #a76acd, #8b3d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5ff, #e1c6e6, #d89fdf, #a76acd, #8b3d99);
}

Lavender Dreams color palette created on .