Dark Academia Color Palette

Discover the beautiful Dark Academia color palette featuring woody brown (#3c2a30), ferra (#69494c), copper rose (#9b6f71), clam shell (#d4b7af) and albescent white (#f6e0d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Autumn, Burgundy, Earthy, Neutral, Deep, Soft, Warm 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 Dark Academia palette

Share this palette to:

💻 Dark Academia color palette CSS

/* CSS */
.color-1 {
color: #3c2a30;
}
.color-2 {
color: #69494c;
}
.color-3 {
color: #9b6f71;
}
.color-4 {
color: #d4b7af;
}
.color-5 {
color: #f6e0d5;
}

/* CSS Variables */
:root {
--color-1: #3c2a30;
--color-2: #69494c;
--color-3: #9b6f71;
--color-4: #d4b7af;
--color-5: #f6e0d5;
}

🌈 Dark Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a30, #69494c, #9b6f71, #d4b7af, #f6e0d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a30, #69494c, #9b6f71, #d4b7af, #f6e0d5);
}

Dark Academia color palette created on .