Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4c8c45;
}
.arugula {
color: #6faf5a;
}
.crystal-green {
color: #a2d779;
}
.ice-cold-green {
color: #daeaa9;
}
.spilt-milk {
color: #f4f4d2;
}
/* CSS Variables */
:root {
--lush-grass:#4c8c45;
--arugula:#6faf5a;
--crystal-green:#a2d779;
--ice-cold-green:#daeaa9;
--spilt-milk:#f4f4d2;
}