Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.dandelion-tincture {
color: #efdf2e;
}
.jeune-citron {
color: #a9d40c;
}
.stone-cypress-green {
color: #5e7d6d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--dandelion-tincture:#efdf2e;
--jeune-citron:#a9d40c;
--stone-cypress-green:#5e7d6d;
}