Buttery Brown Color Palette

Discover the beautiful Buttery Brown color palette featuring tulip tree (#ecad41), golden grass (#dd8f22), ochre (#c97e22), kumera (#91641d) and van cleef (#4e250e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Brown, Earthy, Warm, Autumn, Desert, Vintage, Muted, Neutral 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 Buttery Brown palette

Share this palette to:

๐Ÿ’ป Buttery Brown color palette CSS

/* CSS */
.color-1 {
color: #ecad41;
}
.color-2 {
color: #dd8f22;
}
.color-3 {
color: #c97e22;
}
.color-4 {
color: #91641d;
}
.color-5 {
color: #4e250e;
}

/* CSS Variables */
:root {
--color-1: #ecad41;
--color-2: #dd8f22;
--color-3: #c97e22;
--color-4: #91641d;
--color-5: #4e250e;
}

๐ŸŒˆ Buttery Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecad41, #dd8f22, #c97e22, #91641d, #4e250e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecad41, #dd8f22, #c97e22, #91641d, #4e250e);
}

Buttery Brown color palette created on .