Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.honey-butter {
color: #f8d39b;
}
.neighborly-peach {
color: #f1c2a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--honey-butter:#f8d39b;
--neighborly-peach:#f1c2a2;
--grapefruit-pulp:#ff6e61;
--poodle-skirt:#ffb3ba;
}