Color names in this palette
CSS code for this palette
/* CSS */
.par-four-green {
color: #3e8e41;
}
.verdant-oasis {
color: #5fbf6d;
}
.green-trance {
color: #a2d8a2;
}
.ride-off-into-the-sunset {
color: #f2d069;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--par-four-green:#3e8e41;
--verdant-oasis:#5fbf6d;
--green-trance:#a2d8a2;
--ride-off-into-the-sunset:#f2d069;
--fireglow:#d65c3d;
}