Fireball Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fireball palette

Share this palette to:

Fireball color palette PNG image

Download fireball color palette PNG image (landscape)
Download fireball color palette PNG image (square)

Fireball color palette CSS

/* CSS */
.color-1 {
color: #e67537;
}
.color-2 {
color: #e49125;
}
.color-3 {
color: #e4b425;
}
.color-4 {
color: #ead34d;
}
.color-5 {
color: #f2db87;
}

/* CSS Variables */
:root {
--color-1: #e67537;
--color-2: #e49125;
--color-3: #e4b425;
--color-4: #ead34d;
--color-5: #f2db87;
}

Fireball background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e67537, #e49125, #e4b425, #ead34d, #f2db87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e67537, #e49125, #e4b425, #ead34d, #f2db87);
}

Fireball color palette created on .