Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d87a3b;
}
.solar-fusion {
color: #d8a341;
}
.seed-pod {
color: #d8c63b;
}
.badass-grass {
color: #b4e05c;
}
.drop-green {
color: #69ca58;
}
/* CSS Variables */
:root {
--sweet-potato:#d87a3b;
--solar-fusion:#d8a341;
--seed-pod:#d8c63b;
--badass-grass:#b4e05c;
--drop-green:#69ca58;
}