Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.dull-teal {
color: #5b9f8d;
}
.garbanzo-bean {
color: #f2d2a6;
}
.crab-curry {
color: #da4e2b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--dull-teal:#5b9f8d;
--garbanzo-bean:#f2d2a6;
--crab-curry:#da4e2b;
}