Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f7d850;
}
.butterscotch {
color: #f9b548;
}
.sizzling-sunset {
color: #ef7e4d;
}
.fever {
color: #eb4c4c;
}
.teaberry {
color: #e13d50;
}
/* CSS Variables */
:root {
--energy-yellow:#f7d850;
--butterscotch:#f9b548;
--sizzling-sunset:#ef7e4d;
--fever:#eb4c4c;
--teaberry:#e13d50;
}