Color names in this palette
CSS code for this palette
/* CSS */
.mexican-standoff {
color: #e89f78;
}
.almond-cream {
color: #f5c19e;
}
.bone-white {
color: #f1e1b1;
}
.frugal {
color: #a3d7b0;
}
.stillwater {
color: #6fa3b3;
}
/* CSS Variables */
:root {
--mexican-standoff:#e89f78;
--almond-cream:#f5c19e;
--bone-white:#f1e1b1;
--frugal:#a3d7b0;
--stillwater:#6fa3b3;
}