Warm Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Red palette

Share this palette to:

Warm Red color palette CSS

/* CSS */
.color-1 {
color: #e8422c;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #ffa052;
}
.color-4 {
color: #ffce6b;
}
.color-5 {
color: #ffe5a3;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #ff6933;
--color-3: #ffa052;
--color-4: #ffce6b;
--color-5: #ffe5a3;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #ff6933, #ffa052, #ffce6b, #ffe5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #ff6933, #ffa052, #ffce6b, #ffe5a3);
}

Warm Red color palette created on .