Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f988c;
}
.safety-yellow {
color: #f0d400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.precious-pink {
color: #f5b3b2;
}
/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--safety-yellow:#f0d400;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--precious-pink:#f5b3b2;
}