Shades of Red Color Palette
Discover the beautiful Shades of Red color palette featuring tall poppy (#b32d29), cinnabar (#e13c33), froly (#f47b7b), rose bud (#f7b1a6) and pot pourri (#f6e3df).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Bright, Fun color palettes and combinations.
💡 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: #b32d29;
}
.color-2 {
color: #e13c33;
}
.color-3 {
color: #f47b7b;
}
.color-4 {
color: #f7b1a6;
}
.color-5 {
color: #f6e3df;
}
/* CSS Variables */
:root {
--color-1: #b32d29;
--color-2: #e13c33;
--color-3: #f47b7b;
--color-4: #f7b1a6;
--color-5: #f6e3df;
} 🌈 Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b32d29, #e13c33, #f47b7b, #f7b1a6, #f6e3df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b32d29, #e13c33, #f47b7b, #f7b1a6, #f6e3df);
} 🔗 Explore similar color palettes
Shades of Red color palette created on .