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: #ffce52;
}
.color-2 {
color: #ffab3d;
}
.color-3 {
color: #ff8929;
}
.color-4 {
color: #ff6e1a;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #ffce52;
--color-2: #ffab3d;
--color-3: #ff8929;
--color-4: #ff6e1a;
--color-5: #ff4d00;
}

CSS del degradado de fondo Sunset Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffce52, #ffab3d, #ff8929, #ff6e1a, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffce52, #ffab3d, #ff8929, #ff6e1a, #ff4d00);
}

Sunset Orange color palette created on .