Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a8e6b7;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.natural-youth {
color: #d7e9b4;
}
.venetian-yellow {
color: #f8e3a0;
}
.shrimp-toast {
color: #f9c39f;
}
/* CSS Variables */
:root {
--overtone:#a8e6b7;
--mint-cocktail-green:#b2e0b2;
--natural-youth:#d7e9b4;
--venetian-yellow:#f8e3a0;
--shrimp-toast:#f9c39f;
}