Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a0ba;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.turquoise-tower {
color: #a8e6cf;
}
.mindaro {
color: #dce773;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a0ba;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--turquoise-tower:#a8e6cf;
--mindaro:#dce773;
}