Color names in this palette
CSS code for this palette
/* CSS */
.pink-scallop {
color: #f1dfd5;
}
.warming-peach {
color: #e4b5a0;
}
.shanghai-peach {
color: #d59c8b;
}
.first-lady {
color: #c67b6c;
}
.escalante {
color: #a45b5c;
}
/* CSS Variables */
:root {
--pink-scallop:#f1dfd5;
--warming-peach:#e4b5a0;
--shanghai-peach:#d59c8b;
--first-lady:#c67b6c;
--escalante:#a45b5c;
}