Dark Academia Forest Color Palette
Discover the beautiful Dark Academia Forest color palette featuring outer space (#363b3f), shuttle gray (#575d63), oslo gray (#7f8890), powder ash (#b4c1bb) and swiss coffee (#e2e0de).
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: #363b3f;
}
.color-2 {
color: #575d63;
}
.color-3 {
color: #7f8890;
}
.color-4 {
color: #b4c1bb;
}
.color-5 {
color: #e2e0de;
}
/* CSS Variables */
:root {
--color-1: #363b3f;
--color-2: #575d63;
--color-3: #7f8890;
--color-4: #b4c1bb;
--color-5: #e2e0de;
} 🌈 Dark Academia Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363b3f, #575d63, #7f8890, #b4c1bb, #e2e0de);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363b3f, #575d63, #7f8890, #b4c1bb, #e2e0de);
} 🔗 Explore similar color palettes
Dark Academia Forest color palette created on .