Color names in this palette
CSS code for this palette
/* CSS */
.tealish {
color: #28b8a7;
}
.calabrese {
color: #f1a8a2;
}
.dull-yellow {
color: #f0d75c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.faded-red {
color: #d44949;
}
/* CSS Variables */
:root {
--tealish:#28b8a7;
--calabrese:#f1a8a2;
--dull-yellow:#f0d75c;
--grapefruit-pulp:#ff6e61;
--faded-red:#d44949;
}