Color names in this palette
CSS code for this palette
/* CSS */
.wintergreen-shadow {
color: #4f9c81;
}
.peppy {
color: #6fd8b1;
}
.menthol-kiss {
color: #a2e2d3;
}
.samoan-sun {
color: #f9b848;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--wintergreen-shadow:#4f9c81;
--peppy:#6fd8b1;
--menthol-kiss:#a2e2d3;
--samoan-sun:#f9b848;
--welcoming-wasp:#f0a800;
}