Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.love-spell {
color: #f9b4c4;
}
.sweet-60 {
color: #f59ea7;
}
.flower-blossom-pink {
color: #f1798b;
}
.highlighter-red {
color: #e84f5c;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--love-spell:#f9b4c4;
--sweet-60:#f59ea7;
--flower-blossom-pink:#f1798b;
--highlighter-red:#e84f5c;
}