Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.mango-margarita {
color: #f7b84b;
}
.flame-orange {
color: #f78b26;
}
.deep-orange {
color: #d64b00;
}
.centipede-brown {
color: #6b2b00;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--mango-margarita:#f7b84b;
--flame-orange:#f78b26;
--deep-orange:#d64b00;
--centipede-brown:#6b2b00;
}