Color names in this palette
CSS code for this palette
/* CSS */
.eggshell-pongee {
color: #c0a682;
}
.sacred-ground {
color: #b3865b;
}
.vintage-pottery {
color: #a76a49;
}
.cinnamon-spice {
color: #965f45;
}
.rampant-rhubarb {
color: #60322e;
}
/* CSS Variables */
:root {
--eggshell-pongee:#c0a682;
--sacred-ground:#b3865b;
--vintage-pottery:#a76a49;
--cinnamon-spice:#965f45;
--rampant-rhubarb:#60322e;
}