Paleta de colores Jewel Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Jewel Tones palette

Compartir esta paleta en:

Descargar la paleta de colores Jewel Tones (PNG)

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

CSS de la paleta de colores Jewel Tones

/* 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 del degradado de fondo 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 .