Color names in this palette
CSS code for this palette
/* CSS */
.ficus {
color: #3b5a3a;
}
.rambling-green {
color: #5b7e4e;
}
.grand-valley {
color: #8dbf78;
}
.appetite {
color: #b2e6a7;
}
.spilt-milk {
color: #f3f9d2;
}
/* CSS Variables */
:root {
--ficus:#3b5a3a;
--rambling-green:#5b7e4e;
--grand-valley:#8dbf78;
--appetite:#b2e6a7;
--spilt-milk:#f3f9d2;
}