Brown Fossil Color Palette

Discover the beautiful Brown Fossil color palette featuring harvest gold (#e1af7a), laser (#c9a86e), barley corn (#a48c5b), shadow (#7a6d4d) and kelp (#4a4b3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, 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 Fossil palette

Share this palette to:

💻 Brown Fossil color palette CSS

/* CSS */
.color-1 {
color: #e1af7a;
}
.color-2 {
color: #c9a86e;
}
.color-3 {
color: #a48c5b;
}
.color-4 {
color: #7a6d4d;
}
.color-5 {
color: #4a4b3a;
}

/* CSS Variables */
:root {
--color-1: #e1af7a;
--color-2: #c9a86e;
--color-3: #a48c5b;
--color-4: #7a6d4d;
--color-5: #4a4b3a;
}

🌈 Brown Fossil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1af7a, #c9a86e, #a48c5b, #7a6d4d, #4a4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1af7a, #c9a86e, #a48c5b, #7a6d4d, #4a4b3a);
}

Brown Fossil color palette created on .