Hamburger Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hamburger palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hamburger Color Palette (PNG)
Hamburger color palette CSS
/* CSS */
.color-1 {
color: #dc9250;
}
.color-2 {
color: #b3433d;
}
.color-3 {
color: #60342f;
}
.color-4 {
color: #24332f;
}
.color-5 {
color: #edcbc9;
}
/* CSS Variables */
:root {
--color-1: #dc9250;
--color-2: #b3433d;
--color-3: #60342f;
--color-4: #24332f;
--color-5: #edcbc9;
}
Hamburger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc9250, #b3433d, #60342f, #24332f, #edcbc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc9250, #b3433d, #60342f, #24332f, #edcbc9);
}
Similar color palettes
Hamburger color palette created on .