Lavender Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lavender Reverie palette

Condividi questa palette a:

tavolozza dei colori Lavender Reverie CSS

/* CSS */
.color-1 {
color: #8a49d4;
}
.color-2 {
color: #a870db;
}
.color-3 {
color: #d3a3e0;
}
.color-4 {
color: #f3bfdf;
}
.color-5 {
color: #fba2d7;
}

/* CSS Variables */
:root {
--color-1: #8a49d4;
--color-2: #a870db;
--color-3: #d3a3e0;
--color-4: #f3bfdf;
--color-5: #fba2d7;
}

CSS con gradiente di sfondo Lavender Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a49d4, #a870db, #d3a3e0, #f3bfdf, #fba2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a49d4, #a870db, #d3a3e0, #f3bfdf, #fba2d7);
}

Lavender Reverie color palette created on .