Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.hot-butter {
color: #e6a100;
}
.harvest-eve-gold {
color: #d68f00;
}
.cassandra-s-curse {
color: #c27400;
}
.butter-fudge {
color: #a85f00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--hot-butter:#e6a100;
--harvest-eve-gold:#d68f00;
--cassandra-s-curse:#c27400;
--butter-fudge:#a85f00;
}