Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bumblebee {
color: #ffcd29;
}
.poseidon-jr {
color: #6de3f3;
}
.pink-elephants {
color: #ff9ef2;
}
.thallium-flame {
color: #6bff90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bumblebee:#ffcd29;
--poseidon-jr:#6de3f3;
--pink-elephants:#ff9ef2;
--thallium-flame:#6bff90;
}