Color names in this palette
CSS code for this palette
/* CSS */
.forestial {
color: #007a33;
}
.poison-ivy {
color: #00b341;
}
.two-peas-in-a-pod {
color: #a1d64c;
}
.marigold-dust {
color: #f4cf3e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--forestial:#007a33;
--poison-ivy:#00b341;
--two-peas-in-a-pod:#a1d64c;
--marigold-dust:#f4cf3e;
--orange-gluttony:#e77e23;
}