Color names in this palette
CSS code for this palette
/* CSS */
.yellow-groove {
color: #f2ba2c;
}
.sparrow-s-fire {
color: #ff6929;
}
.pieces-of-eight {
color: #ffb13d;
}
.bittersweet {
color: #ff9d52;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--yellow-groove:#f2ba2c;
--sparrow-s-fire:#ff6929;
--pieces-of-eight:#ffb13d;
--bittersweet:#ff9d52;
--grapefruit-pulp:#ff6e61;
}