Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.duckling {
color: #fbae56;
}
.allspice {
color: #f9c9a9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-bliss {
color: #d55d2a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--duckling:#fbae56;
--allspice:#f9c9a9;
--grapefruit-pulp:#ff6e61;
--tangerine-bliss:#d55d2a;
}