Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pure-apple {
color: #6cbe46;
}
.sunny-mood {
color: #f7c94b;
}
.verditer {
color: #00b3aa;
}
.orange-bell-pepper {
color: #ff8b42;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pure-apple:#6cbe46;
--sunny-mood:#f7c94b;
--verditer:#00b3aa;
--orange-bell-pepper:#ff8b42;
}