Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.jovial-jade {
color: #88d8b0;
}
.steel-teal {
color: #5b8b89;
}
.light-periwinkle {
color: #c7c7ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--jovial-jade:#88d8b0;
--steel-teal:#5b8b89;
--light-periwinkle:#c7c7ff;
}