Shades of Red Color Palette
Discover the beautiful Shades of Red color palette featuring mandys pink (#f7c0ba), geraldine (#f7a488), carnation (#f47b5d), cinnabar (#ea523e) and alizarin crimson (#d9261c).
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 Shades of Red palette
💻 Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #f7c0ba;
}
.color-2 {
color: #f7a488;
}
.color-3 {
color: #f47b5d;
}
.color-4 {
color: #ea523e;
}
.color-5 {
color: #d9261c;
}
/* CSS Variables */
:root {
--color-1: #f7c0ba;
--color-2: #f7a488;
--color-3: #f47b5d;
--color-4: #ea523e;
--color-5: #d9261c;
} 🌈 Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0ba, #f7a488, #f47b5d, #ea523e, #d9261c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0ba, #f7a488, #f47b5d, #ea523e, #d9261c);
} 🔗 Explore similar color palettes
Shades of Red color palette created on .