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: #f8c749;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #d95e20;
}
.color-4 {
color: #b34b29;
}
.color-5 {
color: #6a3d29;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #e77e23;
--color-3: #d95e20;
--color-4: #b34b29;
--color-5: #6a3d29;
}

CSS del degradado de fondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #e77e23, #d95e20, #b34b29, #6a3d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #e77e23, #d95e20, #b34b29, #6a3d29);
}

Orange Sunset color palette created on .