Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.jovial-jade {
color: #88d8b0;
}
.mystic-tulip {
color: #f7b5a1;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--jovial-jade:#88d8b0;
--mystic-tulip:#f7b5a1;
--hawaiian-cream:#f9e6b9;
}