Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.forsythia-blossom {
color: #f9d66c;
}
.malibu {
color: #5dbbea;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--forsythia-blossom:#f9d66c;
--malibu:#5dbbea;
--night-in-manchester:#4051b5;
}