Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.toucan-gentleman {
color: #fbcb09;
}
.poodle-skirt {
color: #ffb3ba;
}
.longing-for-nature {
color: #4d9d60;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--toucan-gentleman:#fbcb09;
--poodle-skirt:#ffb3ba;
--longing-for-nature:#4d9d60;
}