Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.love-spell {
color: #f7b6c4;
}
.minimal-rose {
color: #f5d1df;
}
.snowdrift-glow {
color: #d5e6f1;
}
.windsor-way {
color: #a1c7e3;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--love-spell:#f7b6c4;
--minimal-rose:#f5d1df;
--snowdrift-glow:#d5e6f1;
--windsor-way:#a1c7e3;
}