Color names in this palette
CSS code for this palette
/* CSS */
.mustard-yellow {
color: #e6b000;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.rubber-ducky {
color: #f7d059;
}
.nacho-cheese {
color: #ffbb00;
}
.phoenix-flames {
color: #ff9c1a;
}
/* CSS Variables */
:root {
--mustard-yellow:#e6b000;
--solar-plexus-chakra:#f1c84b;
--rubber-ducky:#f7d059;
--nacho-cheese:#ffbb00;
--phoenix-flames:#ff9c1a;
}