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: #e1d4f2;
}
.color-2 {
color: #c6b1e7;
}
.color-3 {
color: #aa8de2;
}
.color-4 {
color: #8c5bc8;
}
.color-5 {
color: #6b2bab;
}

/* CSS Variables */
:root {
--color-1: #e1d4f2;
--color-2: #c6b1e7;
--color-3: #aa8de2;
--color-4: #8c5bc8;
--color-5: #6b2bab;
}

CSS con gradiente di sfondo Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d4f2, #c6b1e7, #aa8de2, #8c5bc8, #6b2bab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d4f2, #c6b1e7, #aa8de2, #8c5bc8, #6b2bab);
}

Lavender Dreams color palette created on .