Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.carona {
color: #f6a62c;
}
.lightning-yellow {
color: #f69f2c;
}
.quince-jelly {
color: #f68e2c;
}
.summer-citrus {
color: #f67d2c;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--carona:#f6a62c;
--lightning-yellow:#f69f2c;
--quince-jelly:#f68e2c;
--summer-citrus:#f67d2c;
}