Color names in this palette
CSS code for this palette
/* CSS */
.garnish {
color: #1f984c;
}
.peppermint-fresh {
color: #5fc4a0;
}
.green-gum {
color: #94e6c1;
}
.roadster-yellow {
color: #f3e1a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--garnish:#1f984c;
--peppermint-fresh:#5fc4a0;
--green-gum:#94e6c1;
--roadster-yellow:#f3e1a0;
--grapefruit-pulp:#ff6e61;
}