Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bubbly-barracuda {
color: #70cbff;
}
.nacho {
color: #ffcb5c;
}
.snow-pea {
color: #6ecf6e;
}
.diva-pink {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bubbly-barracuda:#70cbff;
--nacho:#ffcb5c;
--snow-pea:#6ecf6e;
--diva-pink:#ff3d7e;
}