Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.tropical-light {
color: #a2d76a;
}
.viking {
color: #4fb3c4;
}
.je-t-aime {
color: #b56999;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--tropical-light:#a2d76a;
--viking:#4fb3c4;
--je-t-aime:#b56999;
}