Dark Academia Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Academia Forest palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Academia Forest Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 50+ Dark color palettes
Dark Academia Forest color palette created on .