Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6ea0d8;
}
.mystic-tulip {
color: #f7b5a1;
}
.marigold-dust {
color: #f4cf3e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6ea0d8;
--mystic-tulip:#f7b5a1;
--marigold-dust:#f4cf3e;
--orange-gluttony:#e77e23;
}