Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.pergament {
color: #c1a58a;
}
.earthy-ocher {
color: #b89c7a;
}
.cupcake {
color: #896f52;
}
.beauty-spot {
color: #5f4b3a;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--pergament:#c1a58a;
--earthy-ocher:#b89c7a;
--cupcake:#896f52;
--beauty-spot:#5f4b3a;
}