Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.arts-crafts-gold {
color: #f9c78b;
}
.crushed-cashew {
color: #ffedd6;
}
.petals-unfolding {
color: #f7bbc0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--arts-crafts-gold:#f9c78b;
--crushed-cashew:#ffedd6;
--petals-unfolding:#f7bbc0;
--grapefruit-pulp:#ff6e61;
}