Mystic Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Dusk palette

Share this palette to:

Mystic Dusk color palette CSS

/* CSS */
.color-1 {
color: #1e1f5c;
}
.color-2 {
color: #4f4c90;
}
.color-3 {
color: #927cc0;
}
.color-4 {
color: #b49e3c;
}
.color-5 {
color: #d6a44c;
}

/* CSS Variables */
:root {
--color-1: #1e1f5c;
--color-2: #4f4c90;
--color-3: #927cc0;
--color-4: #b49e3c;
--color-5: #d6a44c;
}

Mystic Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f5c, #4f4c90, #927cc0, #b49e3c, #d6a44c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f5c, #4f4c90, #927cc0, #b49e3c, #d6a44c);
}

Mystic Dusk color palette created on .