Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ed7a1d;
}
.gusto-gold {
color: #f6a523;
}
.pyrite {
color: #f8c73f;
}
.forsythia-blossom {
color: #f3d66d;
}
.sun-drops {
color: #e7b10d;
}
/* CSS Variables */
:root {
--orange-gluttony:#ed7a1d;
--gusto-gold:#f6a523;
--pyrite:#f8c73f;
--forsythia-blossom:#f3d66d;
--sun-drops:#e7b10d;
}