Hamburger Color Palette
Discover the beautiful Hamburger color palette featuring di serria (#dc9351), crail (#b2433d), buccaneer (#60342f), outer space (#253430) and rose fog (#edcbc9).
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 Hamburger palette
๐ป Hamburger color palette CSS
/* CSS */
.color-1 {
color: #dc9351;
}
.color-2 {
color: #b2433d;
}
.color-3 {
color: #60342f;
}
.color-4 {
color: #253430;
}
.color-5 {
color: #edcbc9;
}
/* CSS Variables */
:root {
--color-1: #dc9351;
--color-2: #b2433d;
--color-3: #60342f;
--color-4: #253430;
--color-5: #edcbc9;
} ๐ Hamburger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc9351, #b2433d, #60342f, #253430, #edcbc9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc9351, #b2433d, #60342f, #253430, #edcbc9);
} ๐ Explore similar color palettes
Hamburger color palette created on .