Color names in this palette
CSS code for this palette
/* CSS */
.chunky-bee {
color: #ffc94d;
}
.floral-leaf {
color: #ffb84d;
}
.bittersweet {
color: #ff9d52;
}
.fruit-red {
color: #f88b6d;
}
.usubeni-red {
color: #f7696b;
}
/* CSS Variables */
:root {
--chunky-bee:#ffc94d;
--floral-leaf:#ffb84d;
--bittersweet:#ff9d52;
--fruit-red:#f88b6d;
--usubeni-red:#f7696b;
}