Color names in this palette
CSS code for this palette
/* CSS */
.peach-red {
color: #f8cfc4;
}
.seasonal-beige {
color: #e5b59e;
}
.shanghai-peach {
color: #d49a8c;
}
.brownish-pink {
color: #bf8178;
}
.terra-tone {
color: #b76c6d;
}
/* CSS Variables */
:root {
--peach-red:#f8cfc4;
--seasonal-beige:#e5b59e;
--shanghai-peach:#d49a8c;
--brownish-pink:#bf8178;
--terra-tone:#b76c6d;
}