Mystic Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Twilight palette

Share this palette to:

Mystic Twilight color palette CSS

/* CSS */
.color-1 {
color: #3b2a55;
}
.color-2 {
color: #5b4b81;
}
.color-3 {
color: #7d6dab;
}
.color-4 {
color: #9b8fd6;
}
.color-5 {
color: #b7b0e8;
}

/* CSS Variables */
:root {
--color-1: #3b2a55;
--color-2: #5b4b81;
--color-3: #7d6dab;
--color-4: #9b8fd6;
--color-5: #b7b0e8;
}

Mystic Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a55, #5b4b81, #7d6dab, #9b8fd6, #b7b0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a55, #5b4b81, #7d6dab, #9b8fd6, #b7b0e8);
}

Mystic Twilight color palette created on .