Fire Nation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fire Nation palette

Share this palette to:

Fire Nation color palette PNG image

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

Fire Nation color palette CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #c70038;
}
.color-3 {
color: #920c3f;
}
.color-4 {
color: #581845;
}
.color-5 {
color: #ffc300;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #c70038;
--color-3: #920c3f;
--color-4: #581845;
--color-5: #ffc300;
}

Fire Nation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #c70038, #920c3f, #581845, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #c70038, #920c3f, #581845, #ffc300);
}

Fire Nation color palette created on .