Color names in this palette
CSS code for this palette
/* CSS */
.range-land {
color: #6dbf4f;
}
.tropical-light {
color: #a2d66b;
}
.sugar-cookie {
color: #f2e5a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--range-land:#6dbf4f;
--tropical-light:#a2d66b;
--sugar-cookie:#f2e5a1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}