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: #7a1b9d;
}
.color-2 {
color: #9b3b8e;
}
.color-3 {
color: #bb5d9c;
}
.color-4 {
color: #d78eb0;
}
.color-5 {
color: #f2a1df;
}

/* CSS Variables */
:root {
--color-1: #7a1b9d;
--color-2: #9b3b8e;
--color-3: #bb5d9c;
--color-4: #d78eb0;
--color-5: #f2a1df;
}

CSS con gradiente di sfondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1b9d, #9b3b8e, #bb5d9c, #d78eb0, #f2a1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1b9d, #9b3b8e, #bb5d9c, #d78eb0, #f2a1df);
}

Lavender Dreams color palette created on .