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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Sun, Warm, Red, Orange, Green, Yellow, Earthy 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 Bar and Grill palette

Share this palette to:

๐Ÿ’ป 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);
}

Bar and Grill color palette created on .