Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bumblebee {
color: #ffcb2e;
}
.be-spontaneous {
color: #a0d468;
}
.pharaoh-s-seas {
color: #5abfbd;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bumblebee:#ffcb2e;
--be-spontaneous:#a0d468;
--pharaoh-s-seas:#5abfbd;
}