Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f7d850;
}
.carona {
color: #faa629;
}
.miami-marmalade {
color: #f28e1c;
}
.glazed-carrot {
color: #e86a2c;
}
.spicy-orange {
color: #d74c2d;
}
/* CSS Variables */
:root {
--energy-yellow:#f7d850;
--carona:#faa629;
--miami-marmalade:#f28e1c;
--glazed-carrot:#e86a2c;
--spicy-orange:#d74c2d;
}