Color names in this palette
CSS code for this palette
/* CSS */
.buckram-binding {
color: #d9c5a5;
}
.twin-cities {
color: #a1c6c9;
}
.steel-teal {
color: #5f8c8c;
}
.otter-creek {
color: #3e5b5b;
}
.cascades {
color: #293b3d;
}
/* CSS Variables */
:root {
--buckram-binding:#d9c5a5;
--twin-cities:#a1c6c9;
--steel-teal:#5f8c8c;
--otter-creek:#3e5b5b;
--cascades:#293b3d;
}