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: #7b5c9d;
}
.color-2 {
color: #a07cb1;
}
.color-3 {
color: #b98ecc;
}
.color-4 {
color: #e6a2e2;
}
.color-5 {
color: #f5d1df;
}

/* CSS Variables */
:root {
--color-1: #7b5c9d;
--color-2: #a07cb1;
--color-3: #b98ecc;
--color-4: #e6a2e2;
--color-5: #f5d1df;
}

CSS con gradiente di sfondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5c9d, #a07cb1, #b98ecc, #e6a2e2, #f5d1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5c9d, #a07cb1, #b98ecc, #e6a2e2, #f5d1df);
}

Lavender Dreams color palette created on .