Color names in this palette
CSS code for this palette
/* CSS */
.crystal-gem {
color: #70d2a6;
}
.meristem {
color: #a7e2d0;
}
.banana-sparkes {
color: #f5f3d6;
}
.rajah {
color: #f9a65d;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--crystal-gem:#70d2a6;
--meristem:#a7e2d0;
--banana-sparkes:#f5f3d6;
--rajah:#f9a65d;
--coral-orange:#e76950;
}