Dark Academia Color Palette

Discover the beautiful Dark Academia color palette featuring woody brown (#3c2a30), don juan (#5d4c4b), spicy pink (#79676c), bison hide (#c5b6a6) and white rock (#eae4d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Deep, Neutral, Brown, Cream, Autumn, Retro, Wood 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: #5d4c4b;
}
.color-3 {
color: #79676c;
}
.color-4 {
color: #c5b6a6;
}
.color-5 {
color: #eae4d2;
}

/* CSS Variables */
:root {
--color-1: #3c2a30;
--color-2: #5d4c4b;
--color-3: #79676c;
--color-4: #c5b6a6;
--color-5: #eae4d2;
}

🌈 Dark Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a30, #5d4c4b, #79676c, #c5b6a6, #eae4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a30, #5d4c4b, #79676c, #c5b6a6, #eae4d2);
}

Dark Academia color palette created on .