Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.sunny-mood {
color: #f7c94b;
}
.jeune-citron {
color: #a9d40c;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--sunny-mood:#f7c94b;
--jeune-citron:#a9d40c;
--devil-s-grass:#4cae4f;
}