The Endless Hunger Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Endless Hunger palette
The Endless Hunger color palette PNG image
The Endless Hunger color palette CSS
/* CSS */
.color-1 {
color: #700900;
}
.color-2 {
color: #803300;
}
.color-3 {
color: #855200;
}
.color-4 {
color: #003c52;
}
.color-5 {
color: #002633;
}
/* CSS Variables */
:root {
--color-1: #700900;
--color-2: #803300;
--color-3: #855200;
--color-4: #003c52;
--color-5: #002633;
}
The Endless Hunger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700900, #803300, #855200, #003c52, #002633);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700900, #803300, #855200, #003c52, #002633);
}
Similar color palettes
The Endless Hunger color palette created on .