Shades of Ruby Color Palette
Discover the beautiful Shades of Ruby color palette featuring mexican red (#a51d3d), brick red (#c52b4c), cerise red (#e43f60), froly (#f57a8d) and sundown (#ffb3c1).
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 Ruby palette
💻 Shades of Ruby color palette CSS
/* CSS */
.color-1 {
color: #a51d3d;
}
.color-2 {
color: #c52b4c;
}
.color-3 {
color: #e43f60;
}
.color-4 {
color: #f57a8d;
}
.color-5 {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--color-1: #a51d3d;
--color-2: #c52b4c;
--color-3: #e43f60;
--color-4: #f57a8d;
--color-5: #ffb3c1;
} 🌈 Shades of Ruby background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a51d3d, #c52b4c, #e43f60, #f57a8d, #ffb3c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a51d3d, #c52b4c, #e43f60, #f57a8d, #ffb3c1);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Shades of Ruby color palette created on .