Color names in this palette
CSS code for this palette
/* CSS */
.poison-ivy {
color: #00b341;
}
.lightish-green {
color: #6fdc65;
}
.basil-smash {
color: #b3e7a2;
}
.spring-sun {
color: #f2f1c5;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--poison-ivy:#00b341;
--lightish-green:#6fdc65;
--basil-smash:#b3e7a2;
--spring-sun:#f2f1c5;
--smashed-pumpkin:#ff6a3d;
}