Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.beekeeper {
color: #f9e690;
}
.jambalaya {
color: #f5b770;
}
.entan-red {
color: #e76c50;
}
.king-crimson {
color: #c94a4a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--beekeeper:#f9e690;
--jambalaya:#f5b770;
--entan-red:#e76c50;
--king-crimson:#c94a4a;
}