Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.turquoise-tower {
color: #a8e6cf;
}
.vegetation {
color: #5cdb95;
}
.worn-denim {
color: #4186c3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--macaroni-and-cheese:#ffb67a;
--turquoise-tower:#a8e6cf;
--vegetation:#5cdb95;
--worn-denim:#4186c3;
}