Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.unimaginable {
color: #8e7dba;
}
.pretty-petunia {
color: #d9b3e0;
}
.mellow-apricot {
color: #f9b876;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--unimaginable:#8e7dba;
--pretty-petunia:#d9b3e0;
--mellow-apricot:#f9b876;
--grapefruit-pulp:#ff6e61;
}