Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.sweet-potato {
color: #d67a3d;
}
.ninjin-orange {
color: #e4a86c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-hour {
color: #f2b55a;
}
/* CSS Variables */
:root {
--copper:#b87332;
--sweet-potato:#d67a3d;
--ninjin-orange:#e4a86c;
--solar-plexus-chakra:#f1c84b;
--golden-hour:#f2b55a;
}