Mystic Mauve Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Mauve Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystic Mauve Dream Color Palette (PNG)
Mystic Mauve Dream color palette CSS
/* CSS */
.color-1 {
color: #796d9c;
}
.color-2 {
color: #9b85c1;
}
.color-3 {
color: #5b5b8b;
}
.color-4 {
color: #c4a9ea;
}
.color-5 {
color: #d1c2e0;
}
/* CSS Variables */
:root {
--color-1: #796d9c;
--color-2: #9b85c1;
--color-3: #5b5b8b;
--color-4: #c4a9ea;
--color-5: #d1c2e0;
}
Mystic Mauve Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #796d9c, #9b85c1, #5b5b8b, #c4a9ea, #d1c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #796d9c, #9b85c1, #5b5b8b, #c4a9ea, #d1c2e0);
}
Similar color palettes
Mystic Mauve Dream color palette created on .