Brown Academia Color Palette

Discover the beautiful Brown Academia color palette featuring hampton (#e3cca5), indian khaki (#c3a68d), sandal (#a67b68), ferra (#6a4d4e) and woody brown (#3d292b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Brown Academia color palette CSS

/* CSS */
.color-1 {
color: #e3cca5;
}
.color-2 {
color: #c3a68d;
}
.color-3 {
color: #a67b68;
}
.color-4 {
color: #6a4d4e;
}
.color-5 {
color: #3d292b;
}

/* CSS Variables */
:root {
--color-1: #e3cca5;
--color-2: #c3a68d;
--color-3: #a67b68;
--color-4: #6a4d4e;
--color-5: #3d292b;
}

🌈 Brown Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cca5, #c3a68d, #a67b68, #6a4d4e, #3d292b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cca5, #c3a68d, #a67b68, #6a4d4e, #3d292b);
}

Brown Academia color palette created on .