Paleta de colores Orange Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Sunset

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #faaa29;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #d35c17;
}
.color-5 {
color: #c04c26;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #faaa29;
--color-3: #f47b1f;
--color-4: #d35c17;
--color-5: #c04c26;
}

CSS del degradado de fondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #faaa29, #f47b1f, #d35c17, #c04c26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #faaa29, #f47b1f, #d35c17, #c04c26);
}

Orange Sunset color palette created on .