Firelighter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Firelighter palette

Share this palette to:

Firelighter color palette PNG image

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

Firelighter color palette CSS

/* CSS */
.color-1 {
color: #a33205;
}
.color-2 {
color: #a55403;
}
.color-3 {
color: #a55f09;
}
.color-4 {
color: #b07a0c;
}
.color-5 {
color: #b56c12;
}

/* CSS Variables */
:root {
--color-1: #a33205;
--color-2: #a55403;
--color-3: #a55f09;
--color-4: #b07a0c;
--color-5: #b56c12;
}

Firelighter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a33205, #a55403, #a55f09, #b07a0c, #b56c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a33205, #a55403, #a55f09, #b07a0c, #b56c12);
}

Firelighter color palette created on .