Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bumblebee {
color: #ffcd29;
}
.young-green-onion {
color: #a2da4e;
}
.blue-iguana {
color: #4f9ecf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bumblebee:#ffcd29;
--young-green-onion:#a2da4e;
--blue-iguana:#4f9ecf;
}