Mystical Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Mirage palette
Mystical Mirage color palette CSS
/* CSS */
.color-1 {
color: #5a1644;
}
.color-2 {
color: #803c75;
}
.color-3 {
color: #2a759d;
}
.color-4 {
color: #136876;
}
.color-5 {
color: #0b4051;
}
/* CSS Variables */
:root {
--color-1: #5a1644;
--color-2: #803c75;
--color-3: #2a759d;
--color-4: #136876;
--color-5: #0b4051;
}
Mystical Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a1644, #803c75, #2a759d, #136876, #0b4051);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a1644, #803c75, #2a759d, #136876, #0b4051);
}
Similar color palettes
Scroll down to explore 100+ Deep color palettes
Mystical Mirage color palette created on .