Lavender Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lavender Dreams palette

Condividi questa palette a:

tavolozza dei colori Lavender Dreams CSS

/* CSS */
.color-1 {
color: #b59edc;
}
.color-2 {
color: #d1a6e2;
}
.color-3 {
color: #e8b0df;
}
.color-4 {
color: #f9c8d8;
}
.color-5 {
color: #f7a1b5;
}

/* CSS Variables */
:root {
--color-1: #b59edc;
--color-2: #d1a6e2;
--color-3: #e8b0df;
--color-4: #f9c8d8;
--color-5: #f7a1b5;
}

CSS con gradiente di sfondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59edc, #d1a6e2, #e8b0df, #f9c8d8, #f7a1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59edc, #d1a6e2, #e8b0df, #f9c8d8, #f7a1b5);
}

Lavender Dreams color palette created on .