Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.larch-bolete {
color: #ffaa75;
}
.marigold-yellow {
color: #f7e76e;
}
.heisenberg-blue {
color: #6bd2f5;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b1;
--grapefruit-pulp:#ff6e61;
--larch-bolete:#ffaa75;
--marigold-yellow:#f7e76e;
--heisenberg-blue:#6bd2f5;
}