Mystical Academia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystical Academia palette

Share this palette to:

Mystical Academia color palette CSS

/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #56b8a3;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #e4b86c;
}
.color-5 {
color: #e57b38;
}

/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #56b8a3;
--color-3: #f1c6a7;
--color-4: #e4b86c;
--color-5: #e57b38;
}

Mystical Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #56b8a3, #f1c6a7, #e4b86c, #e57b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #56b8a3, #f1c6a7, #e4b86c, #e57b38);
}

Mystical Academia color palette created on .