Honey Brown Color Palette

Discover the beautiful Honey Brown color palette featuring twine (#c2a05b), brown rust (#a66b3a), nutmeg (#7b3e28), equator (#e3b359) and sandwisp (#f6e7a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Brown, Beige, Autumn, 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 Honey Brown palette

Share this palette to:

๐Ÿ’ป Honey Brown color palette CSS

/* CSS */
.color-1 {
color: #c2a05b;
}
.color-2 {
color: #a66b3a;
}
.color-3 {
color: #7b3e28;
}
.color-4 {
color: #e3b359;
}
.color-5 {
color: #f6e7a7;
}

/* CSS Variables */
:root {
--color-1: #c2a05b;
--color-2: #a66b3a;
--color-3: #7b3e28;
--color-4: #e3b359;
--color-5: #f6e7a7;
}

๐ŸŒˆ Honey Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a05b, #a66b3a, #7b3e28, #e3b359, #f6e7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a05b, #a66b3a, #7b3e28, #e3b359, #f6e7a7);
}

Honey Brown color palette created on .