Color names in this palette
CSS code for this palette
/* CSS */
.rich-loam {
color: #593d36;
}
.touch-of-class {
color: #8c6f6e;
}
.loggia {
color: #c4b6a6;
}
.sunning-deck {
color: #e8d9b0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--rich-loam:#593d36;
--touch-of-class:#8c6f6e;
--loggia:#c4b6a6;
--sunning-deck:#e8d9b0;
--solar-plexus-chakra:#f1c84b;
}