Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d428;
}
.gusto-gold {
color: #f6a823;
}
.quince-jelly {
color: #f6912c;
}
.summer-citrus {
color: #f67d2c;
}
.red-trillium {
color: #c24c4c;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d428;
--gusto-gold:#f6a823;
--quince-jelly:#f6912c;
--summer-citrus:#f67d2c;
--red-trillium:#c24c4c;
}