Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f999e;
}
.mango-ice {
color: #f5bf8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.kacey-s-pink {
color: #e94e77;
}
.meteorite {
color: #4c3c6d;
}
/* CSS Variables */
:root {
--baltic:#1f999e;
--mango-ice:#f5bf8a;
--grapefruit-pulp:#ff6e61;
--kacey-s-pink:#e94e77;
--meteorite:#4c3c6d;
}