Mystery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystery palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystery Color Palette (PNG)
Mystery color palette CSS
/* CSS */
.color-1 {
color: #4a3c77;
}
.color-2 {
color: #6e5c99;
}
.color-3 {
color: #a07eb9;
}
.color-4 {
color: #c2a4d6;
}
.color-5 {
color: #e4c1f0;
}
/* CSS Variables */
:root {
--color-1: #4a3c77;
--color-2: #6e5c99;
--color-3: #a07eb9;
--color-4: #c2a4d6;
--color-5: #e4c1f0;
}
Mystery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c77, #6e5c99, #a07eb9, #c2a4d6, #e4c1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c77, #6e5c99, #a07eb9, #c2a4d6, #e4c1f0);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Mystery color palette created on .