Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.indian-saffron {
color: #ff9c33;
}
.decisive-yellow {
color: #ffcc4d;
}
.jeune-citron {
color: #a1d20f;
}
.fruit-salad {
color: #4f9d4d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--indian-saffron:#ff9c33;
--decisive-yellow:#ffcc4d;
--jeune-citron:#a1d20f;
--fruit-salad:#4f9d4d;
}