Color names in this palette
CSS code for this palette
/* CSS */
.pie-crust {
color: #f0d99e;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-pepper {
color: #d67d00;
}
.rat-brown {
color: #8a5c00;
}
.notorious-neanderthal {
color: #6b4900;
}
/* CSS Variables */
:root {
--pie-crust:#f0d99e;
--welcoming-wasp:#f0a800;
--orange-pepper:#d67d00;
--rat-brown:#8a5c00;
--notorious-neanderthal:#6b4900;
}