Burger Color Palette
Discover the beautiful Burger color palette featuring geebung (#c88f1e), whiskey (#d8a869), gold sand (#e7b37e), ronchi (#f1c84b) and punch (#da502b).
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 Burger palette
๐ป Burger color palette CSS
/* CSS */
.color-1 {
color: #c88f1e;
}
.color-2 {
color: #d8a869;
}
.color-3 {
color: #e7b37e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #da502b;
}
/* CSS Variables */
:root {
--color-1: #c88f1e;
--color-2: #d8a869;
--color-3: #e7b37e;
--color-4: #f1c84b;
--color-5: #da502b;
}
๐ Burger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c88f1e, #d8a869, #e7b37e, #f1c84b, #da502b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c88f1e, #d8a869, #e7b37e, #f1c84b, #da502b);
}
๐ Explore similar color palettes
Burger color palette created on .