Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-peach {
color: #d19a8f;
}
.york-pink {
color: #d57e7c;
}
.valencia {
color: #d5594d;
}
.dull-red {
color: #be3c3e;
}
.drive-in-cherry {
color: #a42d33;
}
/* CSS Variables */
:root {
--shanghai-peach:#d19a8f;
--york-pink:#d57e7c;
--valencia:#d5594d;
--dull-red:#be3c3e;
--drive-in-cherry:#a42d33;
}