Color names in this palette
CSS code for this palette
/* CSS */
.esprit-peach {
color: #ffc09e;
}
.salmon-orange {
color: #ff8e6b;
}
.portland-orange {
color: #ff5938;
}
.crab-curry {
color: #da4b2b;
}
.chinese-brown {
color: #a73a25;
}
/* CSS Variables */
:root {
--esprit-peach:#ffc09e;
--salmon-orange:#ff8e6b;
--portland-orange:#ff5938;
--crab-curry:#da4b2b;
--chinese-brown:#a73a25;
}