Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-peach {
color: #d89b8d;
}
.delhi-spice {
color: #a66e6e;
}
.flamboyant-plum {
color: #6b4c55;
}
.burnt-bamboo {
color: #4e3b40;
}
.havana {
color: #3b2b2e;
}
/* CSS Variables */
:root {
--shanghai-peach:#d89b8d;
--delhi-spice:#a66e6e;
--flamboyant-plum:#6b4c55;
--burnt-bamboo:#4e3b40;
--havana:#3b2b2e;
}