Paleta de colores Sunset Jewel Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Jewel Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Jewel Tones

/* CSS */
.color-1 {
color: #f6a7ba;
}
.color-2 {
color: #f5d45c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #8a4900;
}
.color-5 {
color: #4e1d2b;
}

/* CSS Variables */
:root {
--color-1: #f6a7ba;
--color-2: #f5d45c;
--color-3: #f0a800;
--color-4: #8a4900;
--color-5: #4e1d2b;
}

CSS del degradado de fondo Sunset Jewel Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7ba, #f5d45c, #f0a800, #8a4900, #4e1d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7ba, #f5d45c, #f0a800, #8a4900, #4e1d2b);
}

Sunset Jewel Tones color palette created on .