Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4a8c4a;
}
.rally-green {
color: #7cc07c;
}
.frozen-moss-green {
color: #aee0ae;
}
.yellow-chalk {
color: #f9f9ae;
}
.tongue {
color: #d18f8f;
}
/* CSS Variables */
:root {
--lush-grass:#4a8c4a;
--rally-green:#7cc07c;
--frozen-moss-green:#aee0ae;
--yellow-chalk:#f9f9ae;
--tongue:#d18f8f;
}