←Back to PalettesAll Palettes
Mystical Harmony of the Twilight Realm Color Palette
Immerse yourself in the enchanting blend of deep purples and soft pinks, reminiscent of dusk settling over a whimsical garden. This color story captures the allure of twilight, evoking feelings of mystery and tranquility, as if you’ve stepped into a dream woven from stardust and delicate blooms.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4a2c90;
}
.pure-mauve {
color: #6a4c94;
}
.heath-spotted-orchid {
color: #9c5e9c;
}
.blushing-sky {
color: #d7b2d5;
}
.minute-mauve {
color: #f1e6f4;
}
/* CSS Variables */
:root {
--galactic-purple:#4a2c90;
--pure-mauve:#6a4c94;
--heath-spotted-orchid:#9c5e9c;
--blushing-sky:#d7b2d5;
--minute-mauve:#f1e6f4;
}