Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.safety-yellow {
color: #f0d400;
}
.matcha-powder {
color: #a1d600;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--safety-yellow:#f0d400;
--matcha-powder:#a1d600;
--devil-s-grass:#4cae4f;
}