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: #ff702e;
}
.color-2 {
color: #ff9a4d;
}
.color-3 {
color: #ffb366;
}
.color-4 {
color: #ffe2a3;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #ff702e;
--color-2: #ff9a4d;
--color-3: #ffb366;
--color-4: #ffe2a3;
--color-5: #fff5e0;
}

CSS del degradado de fondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff702e, #ff9a4d, #ffb366, #ffe2a3, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff702e, #ff9a4d, #ffb366, #ffe2a3, #fff5e0);
}

Orange Sunset color palette created on .