←Back to PalettesAll Palettes
Mystic Lavender Dreamscape Color Palette
Immerse yourself in a world where shades of purple and soft lilac dance together in a tranquil symphony. This palette captures the essence of twilight magic, blending the deep, rich tones of royal elegance with the ethereal lightness of dreamy pastels. Perfect for creating serene spaces or whimsical designs that inspire both calmness and creativity.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2d5c;
}
.daisy-bush {
color: #5f3a92;
}
.lusty-lavender {
color: #8e5db6;
}
.luminous-lavender {
color: #b890e0;
}
.mousse-aux-pruneaux {
color: #e1c5f2;
}
/* CSS Variables */
:root {
--deep-plum:#4a2d5c;
--daisy-bush:#5f3a92;
--lusty-lavender:#8e5db6;
--luminous-lavender:#b890e0;
--mousse-aux-pruneaux:#e1c5f2;
}