Color names in this palette
CSS code for this palette
/* CSS */
.fire-bolt {
color: #d34617;
}
.sun-orange {
color: #f47b1f;
}
.squash-blossom {
color: #f9b134;
}
.glitter-yellow {
color: #f6d75a;
}
.lime-popsicle {
color: #c4d93a;
}
/* CSS Variables */
:root {
--fire-bolt:#d34617;
--sun-orange:#f47b1f;
--squash-blossom:#f9b134;
--glitter-yellow:#f6d75a;
--lime-popsicle:#c4d93a;
}