Color names in this palette
CSS code for this palette
/* CSS */
.oak-creek {
color: #5d504b;
}
.shadow-cliff {
color: #7a6f66;
}
.cobblestone {
color: #a89b8f;
}
.likeable-sand {
color: #d1b6a8;
}
.cockleshell {
color: #e4c8af;
}
/* CSS Variables */
:root {
--oak-creek:#5d504b;
--shadow-cliff:#7a6f66;
--cobblestone:#a89b8f;
--likeable-sand:#d1b6a8;
--cockleshell:#e4c8af;
}