Mystic Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Twilight palette
Download Mystic Twilight Color Palette (PNG)
Mystic Twilight color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #4a0080;
}
.color-3 {
color: #4051b5;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #00e677;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #4a0080;
--color-3: #4051b5;
--color-4: #00bdd6;
--color-5: #00e677;
}
Mystic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #4a0080, #4051b5, #00bdd6, #00e677);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #4a0080, #4051b5, #00bdd6, #00e677);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mystic Twilight color palette created on .