Dark Academia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Academia palette

Share this palette to:

Dark Academia color palette PNG image

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

Dark Academia color palette CSS

/* CSS */
.color-1 {
color: #2f393d;
}
.color-2 {
color: #5b6b6b;
}
.color-3 {
color: #8a8f8b;
}
.color-4 {
color: #b49c8e;
}
.color-5 {
color: #d1b29f;
}

/* CSS Variables */
:root {
--color-1: #2f393d;
--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, #2f393d, #5b6b6b, #8a8f8b, #b49c8e, #d1b29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f393d, #5b6b6b, #8a8f8b, #b49c8e, #d1b29f);
}

Dark Academia color palette created on .