Color names in this palette
CSS code for this palette
/* CSS */
.potting-soil {
color: #5b3f2f;
}
.spicy-mix {
color: #8c5c4a;
}
.retributor-armour-metal {
color: #c79d7f;
}
.banana-ice-cream {
color: #f1d3b1;
}
.apricot-brown {
color: #c97d5e;
}
/* CSS Variables */
:root {
--potting-soil:#5b3f2f;
--spicy-mix:#8c5c4a;
--retributor-armour-metal:#c79d7f;
--banana-ice-cream:#f1d3b1;
--apricot-brown:#c97d5e;
}