Color names in this palette
CSS code for this palette
/* CSS */
.favourite-ale {
color: #9f6f3c;
}
.hammered-gold {
color: #d09a5d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e86a4a;
}
.madder-red {
color: #b52c2c;
}
/* CSS Variables */
:root {
--favourite-ale:#9f6f3c;
--hammered-gold:#d09a5d;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e86a4a;
--madder-red:#b52c2c;
}