Casino Red Elegance Color Palette
Discover the beautiful Casino Red Elegance color palette featuring mocha (#7e2719), zeus (#211b16), rope (#8c4d19), cumin (#8c3e1c) and buccaneer (#5f272f).
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 Casino Red Elegance palette
💻 Casino Red Elegance color palette CSS
/* CSS */
.color-1 {
color: #7e2719;
}
.color-2 {
color: #211b16;
}
.color-3 {
color: #8c4d19;
}
.color-4 {
color: #8c3e1c;
}
.color-5 {
color: #5f272f;
}
/* CSS Variables */
:root {
--color-1: #7e2719;
--color-2: #211b16;
--color-3: #8c4d19;
--color-4: #8c3e1c;
--color-5: #5f272f;
} 🌈 Casino Red Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e2719, #211b16, #8c4d19, #8c3e1c, #5f272f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e2719, #211b16, #8c4d19, #8c3e1c, #5f272f);
} 🔗 Explore similar color palettes
Casino Red Elegance color palette created on .