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: #d7a7cb;
}
.color-2 {
color: #c1a2c3;
}
.color-3 {
color: #a68fa8;
}
.color-4 {
color: #a85d9f;
}
.color-5 {
color: #8d3a7d;
}

/* CSS Variables */
:root {
--color-1: #d7a7cb;
--color-2: #c1a2c3;
--color-3: #a68fa8;
--color-4: #a85d9f;
--color-5: #8d3a7d;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a7cb, #c1a2c3, #a68fa8, #a85d9f, #8d3a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a7cb, #c1a2c3, #a68fa8, #a85d9f, #8d3a7d);
}

Shades of Purple color palette created on .