Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3c8c3b;
}
.forest-maid {
color: #5abf5a;
}
.patrice {
color: #86d59f;
}
.bright-khaki {
color: #f0e88e;
}
.banh-bot-loc-dumpling {
color: #d2b460;
}
/* CSS Variables */
:root {
--resplendent-growth:#3c8c3b;
--forest-maid:#5abf5a;
--patrice:#86d59f;
--bright-khaki:#f0e88e;
--banh-bot-loc-dumpling:#d2b460;
}