Shades of Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Purple palette

Condividi questa palette a:

tavolozza dei colori Shades of Purple CSS

/* CSS */
.color-1 {
color: #d1c1e6;
}
.color-2 {
color: #c29fd1;
}
.color-3 {
color: #a67abd;
}
.color-4 {
color: #8a58a7;
}
.color-5 {
color: #692a8d;
}

/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #c29fd1;
--color-3: #a67abd;
--color-4: #8a58a7;
--color-5: #692a8d;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #c29fd1, #a67abd, #8a58a7, #692a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #c29fd1, #a67abd, #8a58a7, #692a8d);
}

Shades of Purple color palette created on .