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: #6a4c94;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f5d15b;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #5c4033;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77ccb;
--color-3: #f5d15b;
--color-4: #ffb84d;
--color-5: #5c4033;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77ccb, #f5d15b, #ffb84d, #5c4033);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77ccb, #f5d15b, #ffb84d, #5c4033);
}

Tavolozze di colori simili

Nessuna tavolozza trovata

Prova filtri diversi o cancella la tua selezione attuale.

Shades of Purple color palette created on .