Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.scorpion-green {
color: #5bcf4a;
}
.basil-smash {
color: #b2e29c;
}
.corn {
color: #f9e75d;
}
.hot-sun {
color: #fab829;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--scorpion-green:#5bcf4a;
--basil-smash:#b2e29c;
--corn:#f9e75d;
--hot-sun:#fab829;
}