Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.matcha-powder {
color: #a4d600;
}
.direct-green {
color: #3e901d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--matcha-powder:#a4d600;
--direct-green:#3e901d;
}