Color names in this palette
CSS code for this palette
/* CSS */
.scarpetta {
color: #8f9f65;
}
.pale-spring-morning {
color: #b2bf9b;
}
.lime-granita {
color: #d9e1b7;
}
.cumulus {
color: #f3f5e5;
}
.lemon-balm {
color: #e6d7b7;
}
/* CSS Variables */
:root {
--scarpetta:#8f9f65;
--pale-spring-morning:#b2bf9b;
--lime-granita:#d9e1b7;
--cumulus:#f3f5e5;
--lemon-balm:#e6d7b7;
}