Color names in this palette
CSS code for this palette
/* CSS */
.stalactite-brown {
color: #d3c5a7;
}
.studio-beige {
color: #c1b29f;
}
.that-s-atomic {
color: #b0b08d;
}
.french-market {
color: #a4c3a2;
}
.frugal {
color: #a8d7b3;
}
/* CSS Variables */
:root {
--stalactite-brown:#d3c5a7;
--studio-beige:#c1b29f;
--that-s-atomic:#b0b08d;
--french-market:#a4c3a2;
--frugal:#a8d7b3;
}