Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb65c;
}
.orange-bell-pepper {
color: #ff8b42;
}
.carrot {
color: #ff713d;
}
.crab-curry {
color: #d64b24;
}
.gulab-brown {
color: #8b2a1d;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb65c;
--orange-bell-pepper:#ff8b42;
--carrot:#ff713d;
--crab-curry:#d64b24;
--gulab-brown:#8b2a1d;
}