Color names in this palette
CSS code for this palette
/* CSS */
.bonsai-pot {
color: #b6af9a;
}
.bamboo-shoot {
color: #a4b8a3;
}
.chintz {
color: #d5c7b9;
}
.dagger-moth {
color: #e7e1d5;
}
.rustic-rose {
color: #cab6a5;
}
/* CSS Variables */
:root {
--bonsai-pot:#b6af9a;
--bamboo-shoot:#a4b8a3;
--chintz:#d5c7b9;
--dagger-moth:#e7e1d5;
--rustic-rose:#cab6a5;
}