Color names in this palette
CSS code for this palette
/* CSS */
.night-red {
color: #3d2929;
}
.chocolate-eclair {
color: #694949;
}
.terra-tone {
color: #b46e6e;
}
.chipmunk {
color: #d2a14b;
}
.dough-yellow {
color: #f7d0b6;
}
/* CSS Variables */
:root {
--night-red:#3d2929;
--chocolate-eclair:#694949;
--terra-tone:#b46e6e;
--chipmunk:#d2a14b;
--dough-yellow:#f7d0b6;
}