Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.sunglow {
color: #ffcf33;
}
.sereni-teal {
color: #78bfa7;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c0;
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--sunglow:#ffcf33;
--sereni-teal:#78bfa7;
}