Color names in this palette
CSS code for this palette
/* CSS */
.macaroni-and-cheese {
color: #ffb87a;
}
.bergamot-orange {
color: #f3a158;
}
.caramelize {
color: #d58a34;
}
.rendang {
color: #9f4d1e;
}
.kara-cha-brown {
color: #7f3c1a;
}
/* CSS Variables */
:root {
--macaroni-and-cheese:#ffb87a;
--bergamot-orange:#f3a158;
--caramelize:#d58a34;
--rendang:#9f4d1e;
--kara-cha-brown:#7f3c1a;
}