Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.young-fern {
color: #6fbe7d;
}
.sunny-mood {
color: #f7c94b;
}
.just-a-fairytale {
color: #695b9a;
}
.hawaiian-passion {
color: #ff9b3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--young-fern:#6fbe7d;
--sunny-mood:#f7c94b;
--just-a-fairytale:#695b9a;
--hawaiian-passion:#ff9b3d;
}