Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.fresh-yellow {
color: #f9e190;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dark-mineral {
color: #4e5865;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--fresh-yellow:#f9e190;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
--dark-mineral:#4e5865;
}