Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #fce5a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fat-gold {
color: #e6b400;
}
.chanterelle {
color: #d9a520;
}
.cassandra-s-curse {
color: #b87a00;
}
/* CSS Variables */
:root {
--durango-dust:#fce5a1;
--solar-plexus-chakra:#f1c84b;
--fat-gold:#e6b400;
--chanterelle:#d9a520;
--cassandra-s-curse:#b87a00;
}