Flameflight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flameflight palette

Share this palette to:

Flameflight color palette PNG image

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

Flameflight color palette CSS

/* CSS */
.color-1 {
color: #7c2913;
}
.color-2 {
color: #7c3613;
}
.color-3 {
color: #7c4213;
}
.color-4 {
color: #824d1c;
}
.color-5 {
color: #865723;
}

/* CSS Variables */
:root {
--color-1: #7c2913;
--color-2: #7c3613;
--color-3: #7c4213;
--color-4: #824d1c;
--color-5: #865723;
}

Flameflight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2913, #7c3613, #7c4213, #824d1c, #865723);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2913, #7c3613, #7c4213, #824d1c, #865723);
}

Flameflight color palette created on .