Color names in this palette
CSS code for this palette
/* CSS */
.honey-bees {
color: #f9d380;
}
.squash-blossom {
color: #f6b83c;
}
.pesto-calabrese {
color: #f79022;
}
.liquid-lava {
color: #f66f0e;
}
.kimchi {
color: #f04c00;
}
/* CSS Variables */
:root {
--honey-bees:#f9d380;
--squash-blossom:#f6b83c;
--pesto-calabrese:#f79022;
--liquid-lava:#f66f0e;
--kimchi:#f04c00;
}