Orange Fire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Fire palette

Share this palette to:

Orange Fire color palette CSS

/* CSS */
.color-1 {
color: #f9c62f;
}
.color-2 {
color: #f0a000;
}
.color-3 {
color: #d68b00;
}
.color-4 {
color: #c74c00;
}
.color-5 {
color: #a33600;
}

/* CSS Variables */
:root {
--color-1: #f9c62f;
--color-2: #f0a000;
--color-3: #d68b00;
--color-4: #c74c00;
--color-5: #a33600;
}

Orange Fire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c62f, #f0a000, #d68b00, #c74c00, #a33600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c62f, #f0a000, #d68b00, #c74c00, #a33600);
}

Orange Fire color palette created on .