Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.antique-cameo {
color: #f4b9a4;
}
.stone-fruit {
color: #f2a78c;
}
.monarch-orange {
color: #efa56c;
}
.optimist-gold {
color: #ebad52;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--antique-cameo:#f4b9a4;
--stone-fruit:#f2a78c;
--monarch-orange:#efa56c;
--optimist-gold:#ebad52;
}