Color names in this palette
CSS code for this palette
/* CSS */
.rookwood-dark-red {
color: #4b2a2a;
}
.false-morel {
color: #7b4c4c;
}
.burlwood {
color: #a37575;
}
.caramelo-dulce {
color: #d69f6b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--rookwood-dark-red:#4b2a2a;
--false-morel:#7b4c4c;
--burlwood:#a37575;
--caramelo-dulce:#d69f6b;
--solar-plexus-chakra:#f1c84b;
}