Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.pergament {
color: #c1a58a;
}
.plaster-mix {
color: #e9d1a5;
}
.friendly-yellow {
color: #f6e1b1;
}
.fireglow {
color: #d45d40;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--pergament:#c1a58a;
--plaster-mix:#e9d1a5;
--friendly-yellow:#f6e1b1;
--fireglow:#d45d40;
}