Bar and Grill Color Palette
Discover the beautiful Bar and Grill color palette featuring orange roughy (#bb4e1b), web orange (#f0a800), maize (#f6cfa7), hippie green (#5c8b4b) and woodland (#3f512a).
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 Bar and Grill palette
๐ป Bar and Grill color palette CSS
/* CSS */
.color-1 {
color: #bb4e1b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f6cfa7;
}
.color-4 {
color: #5c8b4b;
}
.color-5 {
color: #3f512a;
}
/* CSS Variables */
:root {
--color-1: #bb4e1b;
--color-2: #f0a800;
--color-3: #f6cfa7;
--color-4: #5c8b4b;
--color-5: #3f512a;
} ๐ Bar and Grill background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb4e1b, #f0a800, #f6cfa7, #5c8b4b, #3f512a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb4e1b, #f0a800, #f6cfa7, #5c8b4b, #3f512a);
} ๐ Explore similar color palettes
Bar and Grill color palette created on .