Color names in this palette
CSS code for this palette
/* CSS */
.rendang {
color: #9e4b1f;
}
.welcoming-wasp {
color: #f0a800;
}
.buttery-croissant {
color: #f5e29e;
}
.circus-peanut {
color: #ac815d;
}
.iron-flint {
color: #6f3c2f;
}
/* CSS Variables */
:root {
--rendang:#9e4b1f;
--welcoming-wasp:#f0a800;
--buttery-croissant:#f5e29e;
--circus-peanut:#ac815d;
--iron-flint:#6f3c2f;
}