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: #b08bb1;
}
.color-2 {
color: #d7a2d5;
}
.color-3 {
color: #f2cfe7;
}
.color-4 {
color: #f8afc6;
}
.color-5 {
color: #f49fbb;
}

/* CSS Variables */
:root {
--color-1: #b08bb1;
--color-2: #d7a2d5;
--color-3: #f2cfe7;
--color-4: #f8afc6;
--color-5: #f49fbb;
}

Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b08bb1, #d7a2d5, #f2cfe7, #f8afc6, #f49fbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b08bb1, #d7a2d5, #f2cfe7, #f8afc6, #f49fbb);
}

Lavender Dreams color palette created on .