Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.mountain-mint {
color: #a9e0c2;
}
.pinenut {
color: #f9d9b9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--mountain-mint:#a9e0c2;
--pinenut:#f9d9b9;
--grapefruit-pulp:#ff6e61;
--pure-mauve:#6a4c94;
}