Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.bugman-s-glow {
color: #d05f49;
}
.muskmelon {
color: #e58948;
}
.jackfruit {
color: #f8c77c;
}
.venetian-yellow {
color: #f3e5a0;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--bugman-s-glow:#d05f49;
--muskmelon:#e58948;
--jackfruit:#f8c77c;
--venetian-yellow:#f3e5a0;
}