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: #f5c47a;
}
.color-2 {
color: #f19e4b;
}
.color-3 {
color: #e7643c;
}
.color-4 {
color: #d64b38;
}
.color-5 {
color: #8d3a5b;
}

/* CSS Variables */
:root {
--color-1: #f5c47a;
--color-2: #f19e4b;
--color-3: #e7643c;
--color-4: #d64b38;
--color-5: #8d3a5b;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c47a, #f19e4b, #e7643c, #d64b38, #8d3a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c47a, #f19e4b, #e7643c, #d64b38, #8d3a5b);
}

Warm Red color palette created on .