Warm Red Color Palette
Discover the beautiful Warm Red color palette featuring sazerac (#fff5e0), thunderbird (#c91313), cinderella (#fcd4d4), fiery orange (#b45113) and rose bud cherry (#670e3f).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Warm Red palette
💻 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);
}
🔗 Explore similar color palettes
Warm Red color palette created on .