Monstrous Mystique Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Monstrous Mystique palette

Share this palette to:

Monstrous Mystique color palette CSS

/* CSS */
.color-1 {
color: #3e4e60;
}
.color-2 {
color: #5d8b98;
}
.color-3 {
color: #8db9c3;
}
.color-4 {
color: #f1b24b;
}
.color-5 {
color: #d94e36;
}

/* CSS Variables */
:root {
--color-1: #3e4e60;
--color-2: #5d8b98;
--color-3: #8db9c3;
--color-4: #f1b24b;
--color-5: #d94e36;
}

Monstrous Mystique background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4e60, #5d8b98, #8db9c3, #f1b24b, #d94e36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4e60, #5d8b98, #8db9c3, #f1b24b, #d94e36);
}

Monstrous Mystique color palette created on .