Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #ccaa6b;
}
.river-of-gold {
color: #e5b55d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sweet-potato {
color: #d67d3d;
}
.cinnamon-stick {
color: #b15225;
}
/* CSS Variables */
:root {
--ginger-ale:#ccaa6b;
--river-of-gold:#e5b55d;
--solar-plexus-chakra:#f1c84b;
--sweet-potato:#d67d3d;
--cinnamon-stick:#b15225;
}