Color names in this palette
CSS code for this palette
/* CSS */
.my-fair-lady {
color: #f2c4c0;
}
.beauty-bush {
color: #e9bab4;
}
.shanghai-peach {
color: #d69c94;
}
.impatient-heart {
color: #c57d7c;
}
.escalante {
color: #a45e5b;
}
/* CSS Variables */
:root {
--my-fair-lady:#f2c4c0;
--beauty-bush:#e9bab4;
--shanghai-peach:#d69c94;
--impatient-heart:#c57d7c;
--escalante:#a45e5b;
}