Orange Fire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Fire palette

Condividi questa palette a:

Scarica la tavolozza dei colori Orange Fire (PNG)

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

tavolozza dei colori Orange Fire CSS

/* 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 con gradiente di sfondo 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 .