Mystery Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystery Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystery Purple Color Palette (PNG)
Mystery Purple color palette CSS
/* CSS */
.color-1 {
color: #694e8d;
}
.color-2 {
color: #9b7ecd;
}
.color-3 {
color: #b8a3e0;
}
.color-4 {
color: #f0a8d2;
}
.color-5 {
color: #f6e1b6;
}
/* CSS Variables */
:root {
--color-1: #694e8d;
--color-2: #9b7ecd;
--color-3: #b8a3e0;
--color-4: #f0a8d2;
--color-5: #f6e1b6;
}
Mystery Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694e8d, #9b7ecd, #b8a3e0, #f0a8d2, #f6e1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694e8d, #9b7ecd, #b8a3e0, #f0a8d2, #f6e1b6);
}
Similar color palettes
Mystery Purple color palette created on .