Color names in this palette
CSS code for this palette
/* CSS */
.studio-beige {
color: #c0b2a0;
}
.ghostly {
color: #a89fa1;
}
.renwick-heather {
color: #8d7c7c;
}
.muscatel {
color: #7c6a6a;
}
.carob-chip {
color: #5a4949;
}
/* CSS Variables */
:root {
--studio-beige:#c0b2a0;
--ghostly:#a89fa1;
--renwick-heather:#8d7c7c;
--muscatel:#7c6a6a;
--carob-chip:#5a4949;
}