Lavender Dreams at Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Dreams at Sunset palette

Share this palette to:

Lavender Dreams at Sunset color palette CSS

/* CSS */
.color-1 {
color: #c7c3e9;
}
.color-2 {
color: #e2dbf0;
}
.color-3 {
color: #edceeb;
}
.color-4 {
color: #feddcd;
}
.color-5 {
color: #f8c8a0;
}

/* CSS Variables */
:root {
--color-1: #c7c3e9;
--color-2: #e2dbf0;
--color-3: #edceeb;
--color-4: #feddcd;
--color-5: #f8c8a0;
}

Lavender Dreams at Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c3e9, #e2dbf0, #edceeb, #feddcd, #f8c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c3e9, #e2dbf0, #edceeb, #feddcd, #f8c8a0);
}

Similar color palettes

Lavender Dreams at Sunset color palette created on .