Shades of Red Color Palette
Discover the beautiful Shades of Red color palette featuring sunset orange (#ff4d4d), tall poppy (#b12b3d), merlot (#791b28), crimson (#d51a40) and shiraz (#a40e25).
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: #ff4d4d;
}
.color-2 {
color: #b12b3d;
}
.color-3 {
color: #791b28;
}
.color-4 {
color: #d51a40;
}
.color-5 {
color: #a40e25;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #b12b3d;
--color-3: #791b28;
--color-4: #d51a40;
--color-5: #a40e25;
} 🌈 Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #b12b3d, #791b28, #d51a40, #a40e25);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #b12b3d, #791b28, #d51a40, #a40e25);
} 🔗 Explore similar color palettes
Shades of Red color palette created on .