Color names in this palette
CSS code for this palette
/* CSS */
.pear {
color: #d0e232;
}
.lime-lizard {
color: #a2d25b;
}
.rally-green {
color: #7fbf7d;
}
.hole-in-one {
color: #4cae99;
}
.hidden-springs {
color: #1c8dba;
}
/* CSS Variables */
:root {
--pear:#d0e232;
--lime-lizard:#a2d25b;
--rally-green:#7fbf7d;
--hole-in-one:#4cae99;
--hidden-springs:#1c8dba;
}