Color names in this palette
CSS code for this palette
/* CSS */
.ensh-cha-red {
color: #d1674d;
}
.gold-pheasant {
color: #c87b5b;
}
.necrophilic-brown {
color: #ddaf69;
}
.manila {
color: #e7caa7;
}
.pink-scallop {
color: #f1e0d5;
}
/* CSS Variables */
:root {
--ensh-cha-red:#d1674d;
--gold-pheasant:#c87b5b;
--necrophilic-brown:#ddaf69;
--manila:#e7caa7;
--pink-scallop:#f1e0d5;
}