Brown Jester Color Palette

Discover the beautiful Brown Jester color palette featuring paarl (#a85c29), di serria (#d6a55c), sandwisp (#f4e1a4), highland (#7e9b69) and mondo (#4a3d30).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Brown, Autumn, Bright, Medieval 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 Brown Jester palette

Share this palette to:

💻 Brown Jester color palette CSS

/* CSS */
.color-1 {
color: #a85c29;
}
.color-2 {
color: #d6a55c;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #7e9b69;
}
.color-5 {
color: #4a3d30;
}

/* CSS Variables */
:root {
--color-1: #a85c29;
--color-2: #d6a55c;
--color-3: #f4e1a4;
--color-4: #7e9b69;
--color-5: #4a3d30;
}

🌈 Brown Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85c29, #d6a55c, #f4e1a4, #7e9b69, #4a3d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85c29, #d6a55c, #f4e1a4, #7e9b69, #4a3d30);
}

Brown Jester color palette created on .