Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-basin {
color: #d9cfc4;
}
.pavilion-beige {
color: #c6b7a4;
}
.cobblestone {
color: #a89b8f;
}
.green-jeans {
color: #7c7b6e;
}
.kelp {
color: #4b4e3c;
}
/* CSS Variables */
:root {
--porcelain-basin:#d9cfc4;
--pavilion-beige:#c6b7a4;
--cobblestone:#a89b8f;
--green-jeans:#7c7b6e;
--kelp:#4b4e3c;
}