Brown Rat Color Palette

Discover the beautiful Brown Rat color palette featuring sepia skin (#a2533f), tacha (#d4b959), sandwisp (#f2e7a6), fern green (#6b8d44) and woodland (#3b5e2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Green, Bright, Fun 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 Rat palette

Share this palette to:

💻 Brown Rat color palette CSS

/* CSS */
.color-1 {
color: #a2533f;
}
.color-2 {
color: #d4b959;
}
.color-3 {
color: #f2e7a6;
}
.color-4 {
color: #6b8d44;
}
.color-5 {
color: #3b5e2c;
}

/* CSS Variables */
:root {
--color-1: #a2533f;
--color-2: #d4b959;
--color-3: #f2e7a6;
--color-4: #6b8d44;
--color-5: #3b5e2c;
}

🌈 Brown Rat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2533f, #d4b959, #f2e7a6, #6b8d44, #3b5e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2533f, #d4b959, #f2e7a6, #6b8d44, #3b5e2c);
}

Brown Rat color palette created on .