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: #d6c2e0;
}
.color-2 {
color: #b49ac1;
}
.color-3 {
color: #9b7ea5;
}
.color-4 {
color: #6c4f82;
}
.color-5 {
color: #4e2a5a;
}

/* CSS Variables */
:root {
--color-1: #d6c2e0;
--color-2: #b49ac1;
--color-3: #9b7ea5;
--color-4: #6c4f82;
--color-5: #4e2a5a;
}

CSS con gradiente di sfondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e0, #b49ac1, #9b7ea5, #6c4f82, #4e2a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e0, #b49ac1, #9b7ea5, #6c4f82, #4e2a5a);
}

Lavender Dreams color palette created on .