Color names in this palette
CSS code for this palette
/* CSS */
.sea-life {
color: #62c0bf;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.bone-trace {
color: #d7d1c1;
}
/* CSS Variables */
:root {
--sea-life:#62c0bf;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--semi-sweet-chocolate:#6a4125;
--bone-trace:#d7d1c1;
}