Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cyprus-green {
color: #6d9c89;
}
.hot-sun {
color: #f7b32b;
}
.war-paint-red {
color: #d74f1d;
}
.primal-red {
color: #a92d4e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cyprus-green:#6d9c89;
--hot-sun:#f7b32b;
--war-paint-red:#d74f1d;
--primal-red:#a92d4e;
}