Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d85f41;
}
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.elven-olympics {
color: #66a12b;
}
.blue-dart {
color: #4e8fd0;
}
/* CSS Variables */
:root {
--fireglow:#d85f41;
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--elven-olympics:#66a12b;
--blue-dart:#4e8fd0;
}