Fiery Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fiery Red palette

Share this palette to:

Fiery Red color palette CSS

/* CSS */
.color-1 {
color: #d83b3b;
}
.color-2 {
color: #e06257;
}
.color-3 {
color: #f2a71c;
}
.color-4 {
color: #f7c750;
}
.color-5 {
color: #ffee80;
}

/* CSS Variables */
:root {
--color-1: #d83b3b;
--color-2: #e06257;
--color-3: #f2a71c;
--color-4: #f7c750;
--color-5: #ffee80;
}

Fiery Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d83b3b, #e06257, #f2a71c, #f7c750, #ffee80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d83b3b, #e06257, #f2a71c, #f7c750, #ffee80);
}

Fiery Red color palette created on .