The Endless Hunger Color Palette
Discover the beautiful The Endless Hunger color palette featuring red oxide (#710a00), red beech (#803400), brown (#875300), prussian blue (#003b50) and daintree (#002835).
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 The Endless Hunger palette
💻 The Endless Hunger color palette CSS
/* CSS */
.color-1 {
color: #710a00;
}
.color-2 {
color: #803400;
}
.color-3 {
color: #875300;
}
.color-4 {
color: #003b50;
}
.color-5 {
color: #002835;
}
/* CSS Variables */
:root {
--color-1: #710a00;
--color-2: #803400;
--color-3: #875300;
--color-4: #003b50;
--color-5: #002835;
} 🌈 The Endless Hunger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #710a00, #803400, #875300, #003b50, #002835);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #710a00, #803400, #875300, #003b50, #002835);
} 🔗 Explore similar color palettes
The Endless Hunger color palette created on .