Hamburger Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hamburger palette

Share this palette to:

Hamburger color palette PNG image

Download hamburger color palette PNG image (landscape)
Download hamburger color palette PNG image (square)

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);
}

Hamburger color palette created on .