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: #eab8e4;
}
.color-2 {
color: #c18cca;
}
.color-3 {
color: #a65ba9;
}
.color-4 {
color: #7d4b91;
}
.color-5 {
color: #4b2b73;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #c18cca;
--color-3: #a65ba9;
--color-4: #7d4b91;
--color-5: #4b2b73;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #c18cca, #a65ba9, #7d4b91, #4b2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #c18cca, #a65ba9, #7d4b91, #4b2b73);
}

Shades of Purple color palette created on .