Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.bilious-green {
color: #a6d06c;
}
.sail-away {
color: #51b4e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--bilious-green:#a6d06c;
--sail-away:#51b4e1;
}