Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.candy-heart-pink {
color: #f7a3a1;
}
.pickled-ginger {
color: #ffe057;
}
.slime-lime {
color: #b7ebc6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--candy-heart-pink:#f7a3a1;
--pickled-ginger:#ffe057;
--slime-lime:#b7ebc6;
}