Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f9b134;
}
.match-strike {
color: #fdaa44;
}
.orange-delight {
color: #fdc658;
}
.fire-orange {
color: #ff8f5c;
}
.ibis-rose {
color: #c75c8c;
}
/* CSS Variables */
:root {
--squash-blossom:#f9b134;
--match-strike:#fdaa44;
--orange-delight:#fdc658;
--fire-orange:#ff8f5c;
--ibis-rose:#c75c8c;
}