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: #ff6e61;
}
.color-2 {
color: #ff9a6b;
}
.color-3 {
color: #ffcc85;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ffdb38;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a6b;
--color-3: #ffcc85;
--color-4: #ffd54d;
--color-5: #ffdb38;
}

CSS del degradado de fondo Sunset Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a6b, #ffcc85, #ffd54d, #ffdb38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a6b, #ffcc85, #ffd54d, #ffdb38);
}

Sunset Orange color palette created on .