Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.fall-gold {
color: #ffbd38;
}
.sun-shower {
color: #ffde70;
}
.sweet-garden {
color: #5fd8b2;
}
.green-ribbon {
color: #2a893e;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--fall-gold:#ffbd38;
--sun-shower:#ffde70;
--sweet-garden:#5fd8b2;
--green-ribbon:#2a893e;
}