Dark Academia Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Academia Forest palette

Share this palette to:

Dark Academia Forest color palette PNG image

Download dark academia forest color palette PNG image (landscape)
Download dark academia forest color palette PNG image (square)

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);
}

Dark Academia Forest color palette created on .