Paleta de colores Orange Fire

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Fire palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Fire (PNG)

Download orange fire color palette PNG image (landscape)
Download orange fire color palette PNG image (square)

CSS de la paleta de colores Orange Fire

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff5724;
}
.color-4 {
color: #d54215;
}
.color-5 {
color: #c0360c;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff5724;
--color-4: #d54215;
--color-5: #c0360c;
}

CSS del degradado de fondo Orange Fire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff5724, #d54215, #c0360c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff5724, #d54215, #c0360c);
}

Orange Fire color palette created on .