Color names in this palette
CSS code for this palette
/* CSS */
.golden-frame {
color: #e0ae1a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68a00;
}
.tiger-moth-orange {
color: #d85f0e;
}
/* CSS Variables */
:root {
--golden-frame:#e0ae1a;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68a00;
--tiger-moth-orange:#d85f0e;
}