Color names in this palette
CSS code for this palette
/* CSS */
.clover-patch {
color: #4c9a5a;
}
.flashman {
color: #7cc08b;
}
.frosted-hills {
color: #a8ebad;
}
.envious-pastel {
color: #e0f9c3;
}
.lasting-thoughts {
color: #d5e6b3;
}
/* CSS Variables */
:root {
--clover-patch:#4c9a5a;
--flashman:#7cc08b;
--frosted-hills:#a8ebad;
--envious-pastel:#e0f9c3;
--lasting-thoughts:#d5e6b3;
}