Color names in this palette
CSS code for this palette
/* CSS */
.hills-of-ireland {
color: #3d7939;
}
.bermudagrass {
color: #69bf6d;
}
.celery-sprig {
color: #a2d88d;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
.sohi-red {
color: #e05a38;
}
/* CSS Variables */
:root {
--hills-of-ireland:#3d7939;
--bermudagrass:#69bf6d;
--celery-sprig:#a2d88d;
--deep-fried-sun-rays:#f5c75b;
--sohi-red:#e05a38;
}