Color names in this palette
CSS code for this palette
/* CSS */
.melbourne {
color: #4b7c4b;
}
.bermudagrass {
color: #69bf69;
}
.granny-smith-apple {
color: #9de49b;
}
.lasting-thoughts {
color: #d4e9af;
}
.bean-sprout {
color: #f3f8e7;
}
/* CSS Variables */
:root {
--melbourne:#4b7c4b;
--bermudagrass:#69bf69;
--granny-smith-apple:#9de49b;
--lasting-thoughts:#d4e9af;
--bean-sprout:#f3f8e7;
}