Color names in this palette
CSS code for this palette
/* CSS */
.dark-marmalade {
color: #9c4a3a;
}
.cedar-chest {
color: #c75d4d;
}
.inventive-orange {
color: #e59a6c;
}
.aspen-yellow {
color: #f7e0a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--dark-marmalade:#9c4a3a;
--cedar-chest:#c75d4d;
--inventive-orange:#e59a6c;
--aspen-yellow:#f7e0a1;
--solar-plexus-chakra:#f1c84b;
}