Color names in this palette
CSS code for this palette
/* CSS */
.celadon {
color: #ade1af;
}
.mint-cocktail-green {
color: #b9e2b1;
}
.field-day {
color: #c2e59f;
}
.dingy-sticky-note {
color: #e3f2a1;
}
.applesauce {
color: #f8d69b;
}
/* CSS Variables */
:root {
--celadon:#ade1af;
--mint-cocktail-green:#b9e2b1;
--field-day:#c2e59f;
--dingy-sticky-note:#e3f2a1;
--applesauce:#f8d69b;
}