Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.burst-of-lime {
color: #a7d03e;
}
.matt-green {
color: #3bb042;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--burst-of-lime:#a7d03e;
--matt-green:#3bb042;
}