Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f5b8c4;
}
.flower-blossom-pink {
color: #ef7b8d;
}
.camellia-rose {
color: #e64c6e;
}
.infrared-gloze {
color: #ce2c57;
}
.valentine-red {
color: #9c1c3e;
}
/* CSS Variables */
:root {
--love-spell:#f5b8c4;
--flower-blossom-pink:#ef7b8d;
--camellia-rose:#e64c6e;
--infrared-gloze:#ce2c57;
--valentine-red:#9c1c3e;
}