Shades of Lavender Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Lavender palette

Condividi questa palette a:

tavolozza dei colori Shades of Lavender CSS

/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #d3c6e6;
}
.color-3 {
color: #a87ac2;
}
.color-4 {
color: #8b5b9a;
}
.color-5 {
color: #6b3e7a;
}

/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #d3c6e6;
--color-3: #a87ac2;
--color-4: #8b5b9a;
--color-5: #6b3e7a;
}

CSS con gradiente di sfondo Shades of Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #d3c6e6, #a87ac2, #8b5b9a, #6b3e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #d3c6e6, #a87ac2, #8b5b9a, #6b3e7a);
}

Shades of Lavender color palette created on .