Fire of Hope Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fire of Hope palette

Share this palette to:

Fire of Hope color palette PNG image

Download fire of hope color palette PNG image (landscape)
Download fire of hope color palette PNG image (square)

Fire of Hope color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d2e;
}
.color-3 {
color: #ffcd42;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d2e;
--color-3: #ffcd42;
--color-4: #fff5b3;
--color-5: #ff4d4f;
}

Fire of Hope background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d2e, #ffcd42, #fff5b3, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d2e, #ffcd42, #fff5b3, #ff4d4f);
}

Fire of Hope color palette created on .