Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.nacho {
color: #ffcb5c;
}
.photon-barrier {
color: #8fe1ef;
}
.verditer {
color: #00b3aa;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--nacho:#ffcb5c;
--photon-barrier:#8fe1ef;
--verditer:#00b3aa;
}