Color names in this palette
CSS code for this palette
/* CSS */
.jelly-slug {
color: #d86a4b;
}
.ginger-milk {
color: #f6a85a;
}
.jackfruit {
color: #f7c67e;
}
.toasted-cashew {
color: #e1d0b7;
}
.not-yet-caramel {
color: #b1724e;
}
/* CSS Variables */
:root {
--jelly-slug:#d86a4b;
--ginger-milk:#f6a85a;
--jackfruit:#f7c67e;
--toasted-cashew:#e1d0b7;
--not-yet-caramel:#b1724e;
}