Red Shades Color Palette
Discover the beautiful Red Shades color palette featuring mandys pink (#f3c4bf), wewak (#f1a8a2), froly (#f07f7f), cinnabar (#e74d3c) and tall poppy (#bf3a2b).
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 Red Shades palette
💻 Red Shades color palette CSS
/* CSS */
.color-1 {
color: #f3c4bf;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f07f7f;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--color-1: #f3c4bf;
--color-2: #f1a8a2;
--color-3: #f07f7f;
--color-4: #e74d3c;
--color-5: #bf3a2b;
}
🌈 Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4bf, #f1a8a2, #f07f7f, #e74d3c, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4bf, #f1a8a2, #f07f7f, #e74d3c, #bf3a2b);
}
🔗 Explore similar color palettes
Red Shades color palette created on .