Gore Color Palette
Discover the beautiful Gore color palette featuring congo brown (#5a3c3a), roman coffee (#7d4a4a), old rose (#c38888), mandys pink (#f4c6c2) and sunglo (#e27474).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Earthy, Red color palettes and combinations.
💡 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 Gore palette
💻 Gore color palette CSS
/* CSS */
.color-1 {
color: #5a3c3a;
}
.color-2 {
color: #7d4a4a;
}
.color-3 {
color: #c38888;
}
.color-4 {
color: #f4c6c2;
}
.color-5 {
color: #e27474;
}
/* CSS Variables */
:root {
--color-1: #5a3c3a;
--color-2: #7d4a4a;
--color-3: #c38888;
--color-4: #f4c6c2;
--color-5: #e27474;
} 🌈 Gore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3c3a, #7d4a4a, #c38888, #f4c6c2, #e27474);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3c3a, #7d4a4a, #c38888, #f4c6c2, #e27474);
} 🔗 Explore similar color palettes
Gore color palette created on .