Color names in this palette
CSS code for this palette
/* CSS */
.china-light-green {
color: #bacac7;
}
.razzberry-fizz {
color: #e2d6d5;
}
.follow-the-leader {
color: #f6e6d0;
}
.antique-cameo {
color: #f2b8a1;
}
.butterfly {
color: #c8d9a5;
}
/* CSS Variables */
:root {
--china-light-green:#bacac7;
--razzberry-fizz:#e2d6d5;
--follow-the-leader:#f6e6d0;
--antique-cameo:#f2b8a1;
--butterfly:#c8d9a5;
}