Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.peeps {
color: #ffcd38;
}
.jade-stone-green {
color: #6fbe7f;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--peeps:#ffcd38;
--jade-stone-green:#6fbe7f;
--fiji-palm:#4c8b3c;
}