Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3b8c57;
}
.serengeti-green {
color: #6dd08c;
}
.frosted-hills {
color: #a5e9a8;
}
.yellow-chalk {
color: #f4ffb3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--irish:#3b8c57;
--serengeti-green:#6dd08c;
--frosted-hills:#a5e9a8;
--yellow-chalk:#f4ffb3;
--grapefruit-pulp:#ff6e61;
}