Hamburger Color Palette

Discover the beautiful Hamburger color palette featuring di serria (#dc9250), crail (#b3433d), buccaneer (#60342f), outer space (#24332f) and rose fog (#edcbc9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Burgundy, Brown, Deep, Earthy, Light, Peach, Rustic, Sage, Warm 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 Hamburger palette

Share this palette to:

๐Ÿ’ป 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 .