Color names in this palette
CSS code for this palette
/* CSS */
.coral-commander {
color: #e86864;
}
.shanghai-peach {
color: #d49a8c;
}
.mandu-dumpling {
color: #c5c0a5;
}
.bidwell-blue {
color: #a7b9b5;
}
.ancient-pottery {
color: #a67d5e;
}
/* CSS Variables */
:root {
--coral-commander:#e86864;
--shanghai-peach:#d49a8c;
--mandu-dumpling:#c5c0a5;
--bidwell-blue:#a7b9b5;
--ancient-pottery:#a67d5e;
}