Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bleached-sunflower {
color: #f9e8a4;
}
.afternoon {
color: #fbcc74;
}
.sunset-blaze {
color: #e75a27;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--solar-plexus-chakra:#f1c84b;
--bleached-sunflower:#f9e8a4;
--afternoon:#fbcc74;
--sunset-blaze:#e75a27;
}