Color names in this palette
CSS code for this palette
/* CSS */
.tropic-turquoise {
color: #65b3a1;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.concord-jam {
color: #6c5b80;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--tropic-turquoise:#65b3a1;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
--concord-jam:#6c5b80;
--momo-peach:#f67481;
}