Warm Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Red palette
Warm Red color palette CSS
/* CSS */
.color-1 {
color: #e93525;
}
.color-2 {
color: #f76d4a;
}
.color-3 {
color: #f9a04e;
}
.color-4 {
color: #f9d64e;
}
.color-5 {
color: #e8e53b;
}
/* CSS Variables */
:root {
--color-1: #e93525;
--color-2: #f76d4a;
--color-3: #f9a04e;
--color-4: #f9d64e;
--color-5: #e8e53b;
}
Warm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e93525, #f76d4a, #f9a04e, #f9d64e, #e8e53b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e93525, #f76d4a, #f9a04e, #f9d64e, #e8e53b);
}
Similar color palettes
Scroll down to explore 300+ Red color palettes
Warm Red color palette created on .