Color names in this palette
CSS code for this palette
/* CSS */
.hopeful {
color: #f1d5e1;
}
.love-spell {
color: #f9b4c8;
}
.charming-cherry {
color: #ff8f9e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.flirty-rose {
color: #d75b8d;
}
/* CSS Variables */
:root {
--hopeful:#f1d5e1;
--love-spell:#f9b4c8;
--charming-cherry:#ff8f9e;
--grapefruit-pulp:#ff6e61;
--flirty-rose:#d75b8d;
}