Paleta de colores Sunset Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Orange

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f68b2c;
}
.color-4 {
color: #f2521c;
}
.color-5 {
color: #d83a2c;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f6b83c;
--color-3: #f68b2c;
--color-4: #f2521c;
--color-5: #d83a2c;
}

CSS del degradado de fondo Sunset Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f6b83c, #f68b2c, #f2521c, #d83a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f6b83c, #f68b2c, #f2521c, #d83a2c);
}

Sunset Orange color palette created on .