Color names in this palette
CSS code for this palette
/* CSS */
.whistler-rose {
color: #c39e8d;
}
.heirloom {
color: #b67c6d;
}
.lotus {
color: #8b4e4b;
}
.english-walnut {
color: #3d2924;
}
.coffee-clay {
color: #b89b7a;
}
/* CSS Variables */
:root {
--whistler-rose:#c39e8d;
--heirloom:#b67c6d;
--lotus:#8b4e4b;
--english-walnut:#3d2924;
--coffee-clay:#b89b7a;
}