Color names in this palette
CSS code for this palette
/* CSS */
.dhalsim-s-yoga-flame {
color: #f9e12f;
}
.squash-blossom {
color: #f6b83c;
}
.basketball {
color: #f16b32;
}
.burning-tomato {
color: #ed4d31;
}
.poppy-pompadour {
color: #6d3c9a;
}
/* CSS Variables */
:root {
--dhalsim-s-yoga-flame:#f9e12f;
--squash-blossom:#f6b83c;
--basketball:#f16b32;
--burning-tomato:#ed4d31;
--poppy-pompadour:#6d3c9a;
}