Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-jade {
color: #a9daba;
}
.celadon {
color: #afe4b0;
}
.reef-refractions {
color: #d1f0a3;
}
.optimistic-yellow {
color: #f4e1a4;
}
.chai-latte {
color: #f9cb9f;
}
/* CSS Variables */
:root {
--shanghai-jade:#a9daba;
--celadon:#afe4b0;
--reef-refractions:#d1f0a3;
--optimistic-yellow:#f4e1a4;
--chai-latte:#f9cb9f;
}