Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #481e76;
}
.pure-mauve {
color: #6a4c94;
}
.viola {
color: #9a70bd;
}
.barely-bloomed {
color: #e2b1df;
}
.ballet {
color: #f7d5d4;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#481e76;
--pure-mauve:#6a4c94;
--viola:#9a70bd;
--barely-bloomed:#e2b1df;
--ballet:#f7d5d4;
}