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: #f0a800;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffa98f;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6e00;
--color-3: #ffb84d;
--color-4: #ffa98f;
--color-5: #ff4d4f;
}

CSS del degradado de fondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6e00, #ffb84d, #ffa98f, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6e00, #ffb84d, #ffa98f, #ff4d4f);
}

Orange Sunset color palette created on .