Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.yellow-jacket {
color: #ffc83d;
}
.maximum-green-yellow {
color: #d3e156;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--yellow-jacket:#ffc83d;
--maximum-green-yellow:#d3e156;
--devil-s-grass:#4cae4f;
}