Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3c8b3c;
}
.bermudagrass {
color: #69bf69;
}
.grape-green {
color: #a4e0a4;
}
.patrinia-scabiosaefolia {
color: #f0f4b3;
}
.orange-glass {
color: #fecc7c;
}
/* CSS Variables */
:root {
--resplendent-growth:#3c8b3c;
--bermudagrass:#69bf69;
--grape-green:#a4e0a4;
--patrinia-scabiosaefolia:#f0f4b3;
--orange-glass:#fecc7c;
}