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: #5e0a71;
}
.color-2 {
color: #8b2e8e;
}
.color-3 {
color: #a45b9c;
}
.color-4 {
color: #c89db5;
}
.color-5 {
color: #f0d1e1;
}

/* CSS Variables */
:root {
--color-1: #5e0a71;
--color-2: #8b2e8e;
--color-3: #a45b9c;
--color-4: #c89db5;
--color-5: #f0d1e1;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e0a71, #8b2e8e, #a45b9c, #c89db5, #f0d1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e0a71, #8b2e8e, #a45b9c, #c89db5, #f0d1e1);
}

Shades of Purple color palette created on .