Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.old-fashioned-pink {
color: #f6c6ca;
}
.lover-s-retreat {
color: #f2cfd8;
}
.be-mine {
color: #f3e2e7;
}
.sekichiku-pink {
color: #e4afc0;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--old-fashioned-pink:#f6c6ca;
--lover-s-retreat:#f2cfd8;
--be-mine:#f3e2e7;
--sekichiku-pink:#e4afc0;
}