Color names in this palette
CSS code for this palette
/* CSS */
.dust-of-the-moon {
color: #d0c7e0;
}
.biloba-flower {
color: #b29ad0;
}
.astro-purple {
color: #795bcd;
}
.galactic-purple {
color: #4c2c90;
}
.night-fog {
color: #2b1a5b;
}
/* CSS Variables */
:root {
--dust-of-the-moon:#d0c7e0;
--biloba-flower:#b29ad0;
--astro-purple:#795bcd;
--galactic-purple:#4c2c90;
--night-fog:#2b1a5b;
}