Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.pickled-ginger {
color: #ffe057;
}
.jeune-citron {
color: #a9d40c;
}
.linoleum-green {
color: #3ba06f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--pickled-ginger:#ffe057;
--jeune-citron:#a9d40c;
--linoleum-green:#3ba06f;
}