Jewel Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Jewel Tones palette

Condividi questa palette a:

Scarica la tavolozza dei colori Jewel Tones (PNG)

Download jewel tones color palette PNG image (landscape)
Download jewel tones color palette PNG image (square)

tavolozza dei colori Jewel Tones CSS

/* CSS */
.color-1 {
color: #3e3573;
}
.color-2 {
color: #5b4294;
}
.color-3 {
color: #925d8f;
}
.color-4 {
color: #d5944d;
}
.color-5 {
color: #eab843;
}

/* CSS Variables */
:root {
--color-1: #3e3573;
--color-2: #5b4294;
--color-3: #925d8f;
--color-4: #d5944d;
--color-5: #eab843;
}

CSS con gradiente di sfondo Jewel Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3573, #5b4294, #925d8f, #d5944d, #eab843);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3573, #5b4294, #925d8f, #d5944d, #eab843);
}

Jewel Tones color palette created on .