Frosted Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosted Lavender Dreams palette

Share this palette to:

Frosted Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #aea1d9;
}
.color-2 {
color: #b49fdb;
}
.color-3 {
color: #d6b7e6;
}
.color-4 {
color: #e8c1f1;
}
.color-5 {
color: #f2d4e9;
}

/* CSS Variables */
:root {
--color-1: #aea1d9;
--color-2: #b49fdb;
--color-3: #d6b7e6;
--color-4: #e8c1f1;
--color-5: #f2d4e9;
}

Frosted Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aea1d9, #b49fdb, #d6b7e6, #e8c1f1, #f2d4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aea1d9, #b49fdb, #d6b7e6, #e8c1f1, #f2d4e9);
}

Frosted Lavender Dreams color palette created on .