Warm Red Color Palette
Discover the beautiful Warm Red color palette featuring rajah (#f9a76c), carnation (#f76e50), flame pea (#d85b3b), matrix (#a94d4c) and ferra (#7c4b5a).
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: #f9a76c;
}
.color-2 {
color: #f76e50;
}
.color-3 {
color: #d85b3b;
}
.color-4 {
color: #a94d4c;
}
.color-5 {
color: #7c4b5a;
}
/* CSS Variables */
:root {
--color-1: #f9a76c;
--color-2: #f76e50;
--color-3: #d85b3b;
--color-4: #a94d4c;
--color-5: #7c4b5a;
} 🌈 Warm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a76c, #f76e50, #d85b3b, #a94d4c, #7c4b5a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a76c, #f76e50, #d85b3b, #a94d4c, #7c4b5a);
} 🔗 Explore similar color palettes
Warm Red color palette created on .