Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.tahitian-sand {
color: #f8dbb4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.foxy-lady {
color: #d9a6b2;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--tahitian-sand:#f8dbb4;
--grapefruit-pulp:#ff6e61;
--foxy-lady:#d9a6b2;
--bright-eggplant:#5c4b8b;
}