Elegant Beer Gift Color Palette

Discover the beautiful Elegant Beer Gift color palette featuring casablanca (#f2ba4a), brown rust (#a96d3d), millbrook (#5f4d3a), dairy cream (#f7e4b1) and harvest gold (#e3a86d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beer, Bright, Earthy, Fun, Gold, Luxury, Present, Sense, 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 Elegant Beer Gift palette

Share this palette to:

๐Ÿ’ป Elegant Beer Gift color palette CSS

/* CSS */
.color-1 {
color: #f2ba4a;
}
.color-2 {
color: #a96d3d;
}
.color-3 {
color: #5f4d3a;
}
.color-4 {
color: #f7e4b1;
}
.color-5 {
color: #e3a86d;
}

/* CSS Variables */
:root {
--color-1: #f2ba4a;
--color-2: #a96d3d;
--color-3: #5f4d3a;
--color-4: #f7e4b1;
--color-5: #e3a86d;
}

๐ŸŒˆ Elegant Beer Gift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2ba4a, #a96d3d, #5f4d3a, #f7e4b1, #e3a86d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2ba4a, #a96d3d, #5f4d3a, #f7e4b1, #e3a86d);
}

Elegant Beer Gift color palette created on .