Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.mad-for-mango {
color: #f5a300;
}
.safety-yellow {
color: #f0d400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.day-glow-orange {
color: #e95b2f;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--mad-for-mango:#f5a300;
--safety-yellow:#f0d400;
--grapefruit-pulp:#ff6e61;
--day-glow-orange:#e95b2f;
}