Color names in this palette
CSS code for this palette
/* CSS */
.paw-paw {
color: #f9d59f;
}
.squash-blossom {
color: #f6b83c;
}
.orange-gluttony {
color: #e77e23;
}
.flame-stitch {
color: #d45c49;
}
.plum-dust {
color: #a54a95;
}
/* CSS Variables */
:root {
--paw-paw:#f9d59f;
--squash-blossom:#f6b83c;
--orange-gluttony:#e77e23;
--flame-stitch:#d45c49;
--plum-dust:#a54a95;
}