Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.mandalay {
color: #b57c2c;
}
.mellow-yellow {
color: #f5e07f;
}
.candlelight-peach {
color: #f8a2a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--mandalay:#b57c2c;
--mellow-yellow:#f5e07f;
--candlelight-peach:#f8a2a0;
--grapefruit-pulp:#ff6e61;
}