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: #d5b1e2;
}
.color-2 {
color: #a67d9b;
}
.color-3 {
color: #f3c2b4;
}
.color-4 {
color: #f9ba4e;
}
.color-5 {
color: #c66a4e;
}

/* CSS Variables */
:root {
--color-1: #d5b1e2;
--color-2: #a67d9b;
--color-3: #f3c2b4;
--color-4: #f9ba4e;
--color-5: #c66a4e;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b1e2, #a67d9b, #f3c2b4, #f9ba4e, #c66a4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b1e2, #a67d9b, #f3c2b4, #f9ba4e, #c66a4e);
}

Shades of Purple color palette created on .