Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d8;
}
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.california-sunset {
color: #cb1a4c;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d8;
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--california-sunset:#cb1a4c;
}