Warm Red Color Palette
Discover the beautiful Warm Red color palette featuring persian red (#c62d2a), roman (#d7695b), tacao (#f0a17f), manhattan (#f5c599) and banana mania (#fce0b0).
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: #c62d2a;
}
.color-2 {
color: #d7695b;
}
.color-3 {
color: #f0a17f;
}
.color-4 {
color: #f5c599;
}
.color-5 {
color: #fce0b0;
}
/* CSS Variables */
:root {
--color-1: #c62d2a;
--color-2: #d7695b;
--color-3: #f0a17f;
--color-4: #f5c599;
--color-5: #fce0b0;
}
🌈 Warm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62d2a, #d7695b, #f0a17f, #f5c599, #fce0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62d2a, #d7695b, #f0a17f, #f5c599, #fce0b0);
}
🔗 Explore similar color palettes
Warm Red color palette created on .