Warm Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Red palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Red Color Palette (PNG)
Warm Red color palette CSS
/* CSS */
.color-1 {
color: #fff5e0;
}
.color-2 {
color: #c91313;
}
.color-3 {
color: #fcd4d4;
}
.color-4 {
color: #b45113;
}
.color-5 {
color: #670e3f;
}
/* CSS Variables */
:root {
--color-1: #fff5e0;
--color-2: #c91313;
--color-3: #fcd4d4;
--color-4: #b45113;
--color-5: #670e3f;
}
Warm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff5e0, #c91313, #fcd4d4, #b45113, #670e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff5e0, #c91313, #fcd4d4, #b45113, #670e3f);
}
Similar color palettes
Warm Red color palette created on .