Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.allspice {
color: #f9cca9;
}
.calabrese {
color: #f1a6a2;
}
.flirty-rose {
color: #d75b8a;
}
.purple-zergling {
color: #a25386;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--allspice:#f9cca9;
--calabrese:#f1a6a2;
--flirty-rose:#d75b8a;
--purple-zergling:#a25386;
}