Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.overtone {
color: #a4e5b3;
}
.mystery-mint {
color: #b7f1d4;
}
.rice-flower {
color: #f1f7d4;
}
.shrimp-toast {
color: #f7c8a1;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--overtone:#a4e5b3;
--mystery-mint:#b7f1d4;
--rice-flower:#f1f7d4;
--shrimp-toast:#f7c8a1;
}