Dark Academia Color Palette
Discover the beautiful Dark Academia color palette featuring outer space (#2f3a3d), corduroy (#5b6b6b), stack (#8a8f8b), thatch (#b49c8e) and eunry (#d1b29f).
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: #2f3a3d;
}
.color-2 {
color: #5b6b6b;
}
.color-3 {
color: #8a8f8b;
}
.color-4 {
color: #b49c8e;
}
.color-5 {
color: #d1b29f;
}
/* CSS Variables */
:root {
--color-1: #2f3a3d;
--color-2: #5b6b6b;
--color-3: #8a8f8b;
--color-4: #b49c8e;
--color-5: #d1b29f;
} 🌈 Dark Academia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3a3d, #5b6b6b, #8a8f8b, #b49c8e, #d1b29f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3a3d, #5b6b6b, #8a8f8b, #b49c8e, #d1b29f);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Dark Academia color palette created on .