Shades of Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Purple palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Purple

Download shades of purple color palette PNG image (landscape)
Download shades of purple color palette PNG image (square)

tavolozza dei colori Shades of Purple CSS

/* CSS */
.color-1 {
color: #5d4072;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #d7a3c4;
}
.color-4 {
color: #f1d0e7;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #5d4072;
--color-2: #a77b9d;
--color-3: #d7a3c4;
--color-4: #f1d0e7;
--color-5: #eab8d1;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4072, #a77b9d, #d7a3c4, #f1d0e7, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4072, #a77b9d, #d7a3c4, #f1d0e7, #eab8d1);
}

Shades of Purple color palette created on .