Red Gore Color Palette
Discover the beautiful Red Gore color palette featuring cocoa bean (#4a1c2a), buccaneer (#6a3a39), roman (#d84f4f), wewak (#f1a7a7) and sundown (#ffb8b8).
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 Gore palette
💻 Red Gore color palette CSS
/* CSS */
.color-1 {
color: #4a1c2a;
}
.color-2 {
color: #6a3a39;
}
.color-3 {
color: #d84f4f;
}
.color-4 {
color: #f1a7a7;
}
.color-5 {
color: #ffb8b8;
}
/* CSS Variables */
:root {
--color-1: #4a1c2a;
--color-2: #6a3a39;
--color-3: #d84f4f;
--color-4: #f1a7a7;
--color-5: #ffb8b8;
} 🌈 Red Gore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2a, #6a3a39, #d84f4f, #f1a7a7, #ffb8b8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2a, #6a3a39, #d84f4f, #f1a7a7, #ffb8b8);
} 🔗 Explore similar color palettes
Red Gore color palette created on .