Faded Inner Flame Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Faded Inner Flame palette

Share this palette to:

Faded Inner Flame color palette PNG image

Download faded inner flame color palette PNG image (landscape)
Download faded inner flame color palette PNG image (square)

Faded Inner Flame color palette CSS

/* CSS */
.color-1 {
color: #ef8e71;
}
.color-2 {
color: #e6a55c;
}
.color-3 {
color: #f4c67b;
}
.color-4 {
color: #f1e5a2;
}
.color-5 {
color: #f9d6b4;
}

/* CSS Variables */
:root {
--color-1: #ef8e71;
--color-2: #e6a55c;
--color-3: #f4c67b;
--color-4: #f1e5a2;
--color-5: #f9d6b4;
}

Faded Inner Flame background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef8e71, #e6a55c, #f4c67b, #f1e5a2, #f9d6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef8e71, #e6a55c, #f4c67b, #f1e5a2, #f9d6b4);
}

Faded Inner Flame color palette created on .