Color names in this palette
CSS code for this palette
/* CSS */
.tiki-monster {
color: #8fbc8f;
}
.crystalsong-blue {
color: #50b4b4;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--tiki-monster:#8fbc8f;
--crystalsong-blue:#50b4b4;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
}