Color names in this palette
CSS code for this palette
/* CSS */
.recycled-glass {
color: #b9c2b7;
}
.bamboo-shoot {
color: #a4b5a1;
}
.parisian-patina {
color: #7d9b8d;
}
.smoky-salmon {
color: #e2b2a7;
}
.red-orpiment {
color: #d56d58;
}
/* CSS Variables */
:root {
--recycled-glass:#b9c2b7;
--bamboo-shoot:#a4b5a1;
--parisian-patina:#7d9b8d;
--smoky-salmon:#e2b2a7;
--red-orpiment:#d56d58;
}