Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f2b05f;
}
.serape {
color: #d68d4c;
}
.wilted-brown {
color: #a9493d;
}
.forest-fruit-red {
color: #6f2a5d;
}
.tender-peach {
color: #f9d3b9;
}
/* CSS Variables */
:root {
--goldfish:#f2b05f;
--serape:#d68d4c;
--wilted-brown:#a9493d;
--forest-fruit-red:#6f2a5d;
--tender-peach:#f9d3b9;
}