Shades of Lilac Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Lilac palette

Condividi questa palette a:

tavolozza dei colori Shades of Lilac CSS

/* CSS */
.color-1 {
color: #e1b3e6;
}
.color-2 {
color: #d6a4d3;
}
.color-3 {
color: #c99cc2;
}
.color-4 {
color: #a67fb8;
}
.color-5 {
color: #896eaf;
}

/* CSS Variables */
:root {
--color-1: #e1b3e6;
--color-2: #d6a4d3;
--color-3: #c99cc2;
--color-4: #a67fb8;
--color-5: #896eaf;
}

CSS con gradiente di sfondo Shades of Lilac

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b3e6, #d6a4d3, #c99cc2, #a67fb8, #896eaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b3e6, #d6a4d3, #c99cc2, #a67fb8, #896eaf);
}

Shades of Lilac color palette created on .