Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.cactus-spike {
color: #c4e0a3;
}
.fresh-grown {
color: #f0f4c3;
}
.tiger-yellow {
color: #ffdf80;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--cactus-spike:#c4e0a3;
--fresh-grown:#f0f4c3;
--tiger-yellow:#ffdf80;
--floral-leaf:#ffb84d;
}