Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9ec4e0;
}
.candy-heart-pink {
color: #f6a4a2;
}
.toucan-gentleman {
color: #fbcb09;
}
.spearmints {
color: #b9e4c9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pale-cerulean:#9ec4e0;
--candy-heart-pink:#f6a4a2;
--toucan-gentleman:#fbcb09;
--spearmints:#b9e4c9;
--grapefruit-pulp:#ff6e61;
}