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: #612e7a;
}
.color-2 {
color: #9c504f;
}
.color-3 {
color: #a4bea2;
}
.color-4 {
color: #eae1e1;
}
.color-5 {
color: #d7a8b0;
}

/* CSS Variables */
:root {
--color-1: #612e7a;
--color-2: #9c504f;
--color-3: #a4bea2;
--color-4: #eae1e1;
--color-5: #d7a8b0;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #612e7a, #9c504f, #a4bea2, #eae1e1, #d7a8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #612e7a, #9c504f, #a4bea2, #eae1e1, #d7a8b0);
}

Tavolozze di colori simili

Nessuna tavolozza trovata

Prova filtri diversi o cancella la tua selezione attuale.

Shades of Purple color palette created on .