Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.kanz-orange {
color: #ff8e3d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.flirty-rose {
color: #d95e99;
}
.radiant-orchid {
color: #a85d9a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--kanz-orange:#ff8e3d;
--grapefruit-pulp:#ff6e61;
--flirty-rose:#d95e99;
--radiant-orchid:#a85d9a;
}