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: #ff5d38;
}
.color-2 {
color: #ff8b38;
}
.color-3 {
color: #ffbd38;
}
.color-4 {
color: #ffeb38;
}
.color-5 {
color: #ff3838;
}

/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ff8b38;
--color-3: #ffbd38;
--color-4: #ffeb38;
--color-5: #ff3838;
}

Fiery Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ff8b38, #ffbd38, #ffeb38, #ff3838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ff8b38, #ffbd38, #ffeb38, #ff3838);
}

Fiery Red color palette created on .