Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.celery-sprig {
color: #a2d88d;
}
.young-fern {
color: #6fbe79;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--celery-sprig:#a2d88d;
--young-fern:#6fbe79;
}