Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e0a3;
}
.fringy-flower {
color: #b2e6b5;
}
.wintergreen-mint {
color: #c3e9c7;
}
.mint-fizz {
color: #e6f4e6;
}
.azure-mist {
color: #f0fff2;
}
/* CSS Variables */
:root {
--grape-green:#a8e0a3;
--fringy-flower:#b2e6b5;
--wintergreen-mint:#c3e9c7;
--mint-fizz:#e6f4e6;
--azure-mist:#f0fff2;
}