Color names in this palette
CSS code for this palette
/* CSS */
.umbrella-green {
color: #a4af6e;
}
.pale-spring-morning {
color: #b6c09b;
}
.natural-youth {
color: #d9e3b5;
}
.rice-flower {
color: #f1f7cf;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--umbrella-green:#a4af6e;
--pale-spring-morning:#b6c09b;
--natural-youth:#d9e3b5;
--rice-flower:#f1f7cf;
--marigold-dust:#f4cf3e;
}