Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.love-spell {
color: #f9b4c5;
}
.sweet-60 {
color: #f59eaf;
}
.embarrassed {
color: #f27899;
}
.carmine-rose {
color: #e8598e;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--love-spell:#f9b4c5;
--sweet-60:#f59eaf;
--embarrassed:#f27899;
--carmine-rose:#e8598e;
}