Dark Academia Forest Color Palette
Discover the beautiful Dark Academia Forest color palette featuring heavy metal (#393b35), siam (#5c5f53), bitter (#898a7b), rainee (#b7c8a7) and pearl bush (#e9e2d3).
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 Forest palette
💻 Dark Academia Forest color palette CSS
/* CSS */
.color-1 {
color: #393b35;
}
.color-2 {
color: #5c5f53;
}
.color-3 {
color: #898a7b;
}
.color-4 {
color: #b7c8a7;
}
.color-5 {
color: #e9e2d3;
}
/* CSS Variables */
:root {
--color-1: #393b35;
--color-2: #5c5f53;
--color-3: #898a7b;
--color-4: #b7c8a7;
--color-5: #e9e2d3;
}
🌈 Dark Academia Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393b35, #5c5f53, #898a7b, #b7c8a7, #e9e2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393b35, #5c5f53, #898a7b, #b7c8a7, #e9e2d3);
}
🔗 Explore similar color palettes
Dark Academia Forest color palette created on .