Dark Academia Color Palette
Discover the beautiful Dark Academia color palette featuring mondo (#4a3b30), tobacco brown (#745d49), sandal (#a78a72), soft amber (#d1c0b3) and swiss coffee (#e3e0de).
Brightness
Saturation
Warmth
💡 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
💻 Dark Academia color palette CSS
/* CSS */
.color-1 {
color: #4a3b30;
}
.color-2 {
color: #745d49;
}
.color-3 {
color: #a78a72;
}
.color-4 {
color: #d1c0b3;
}
.color-5 {
color: #e3e0de;
}
/* CSS Variables */
:root {
--color-1: #4a3b30;
--color-2: #745d49;
--color-3: #a78a72;
--color-4: #d1c0b3;
--color-5: #e3e0de;
} 🌈 Dark Academia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b30, #745d49, #a78a72, #d1c0b3, #e3e0de);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b30, #745d49, #a78a72, #d1c0b3, #e3e0de);
} 🔗 Explore similar color palettes
Dark Academia color palette created on .