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: #5a3e79;
}
.color-2 {
color: #995b9a;
}
.color-3 {
color: #bfa7d3;
}
.color-4 {
color: #f1c6e8;
}
.color-5 {
color: #f87c7c;
}

/* CSS Variables */
:root {
--color-1: #5a3e79;
--color-2: #995b9a;
--color-3: #bfa7d3;
--color-4: #f1c6e8;
--color-5: #f87c7c;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e79, #995b9a, #bfa7d3, #f1c6e8, #f87c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e79, #995b9a, #bfa7d3, #f1c6e8, #f87c7c);
}

Shades of Purple color palette created on .