Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bumblebee {
color: #ffcd29;
}
.jeune-citron {
color: #a8d30d;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bumblebee:#ffcd29;
--jeune-citron:#a8d30d;
--devil-s-grass:#4cae4f;
}