Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.rhinestone {
color: #8d6d97;
}
.hyacinth-white-soft-blue {
color: #c3c7d5;
}
.afterglow {
color: #f2e2c4;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--rhinestone:#8d6d97;
--hyacinth-white-soft-blue:#c3c7d5;
--afterglow:#f2e2c4;
--honey-wax:#f9a824;
}