Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.jeune-citron {
color: #a8d30d;
}
.heart-chakra {
color: #5eba7e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--jeune-citron:#a8d30d;
--heart-chakra:#5eba7e;
}