Color names in this palette
CSS code for this palette
/* CSS */
.garden-country {
color: #d6c6a8;
}
.truffle {
color: #c3a78d;
}
.presidio-plaza {
color: #b99074;
}
.misted-yellow {
color: #d8b769;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
/* CSS Variables */
:root {
--garden-country:#d6c6a8;
--truffle:#c3a78d;
--presidio-plaza:#b99074;
--misted-yellow:#d8b769;
--solar-plexus-chakra:#f1cb4b;
}