Color names in this palette
CSS code for this palette
/* CSS */
.liquid-green-stuff {
color: #3a7e5b;
}
.spearmint-burst {
color: #5abf8b;
}
.sprig-of-mint {
color: #8ee6ba;
}
.pancake {
color: #f6d588;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--liquid-green-stuff:#3a7e5b;
--spearmint-burst:#5abf8b;
--sprig-of-mint:#8ee6ba;
--pancake:#f6d588;
--welcoming-wasp:#f0a800;
}