Mystical Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystical Purple Color Palette (PNG)
Mystical Purple color palette CSS
/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #3a2b54;
}
.color-3 {
color: #5b4b8b;
}
.color-4 {
color: #7b6aaf;
}
.color-5 {
color: #a79dc8;
}
/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #3a2b54;
--color-3: #5b4b8b;
--color-4: #7b6aaf;
--color-5: #a79dc8;
}
Mystical Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #3a2b54, #5b4b8b, #7b6aaf, #a79dc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #3a2b54, #5b4b8b, #7b6aaf, #a79dc8);
}
Similar color palettes
Mystical Purple color palette created on .