Color names in this palette
CSS code for this palette
/* CSS */
.bonsai-pot {
color: #b6af9a;
}
.canvas-luggage {
color: #e2d7c5;
}
.stark-white {
color: #d3c6b6;
}
.rum-spice {
color: #a77a6c;
}
.dark-shadow {
color: #4b4c4e;
}
/* CSS Variables */
:root {
--bonsai-pot:#b6af9a;
--canvas-luggage:#e2d7c5;
--stark-white:#d3c6b6;
--rum-spice:#a77a6c;
--dark-shadow:#4b4c4e;
}