Color names in this palette
CSS code for this palette
/* CSS */
.creamy-strawberry {
color: #fdd3e0;
}
.flower-spell {
color: #fbc6d8;
}
.saira-red {
color: #f99aba;
}
.embarrassed {
color: #f57a9b;
}
.pink-flamb {
color: #d64c84;
}
/* CSS Variables */
:root {
--creamy-strawberry:#fdd3e0;
--flower-spell:#fbc6d8;
--saira-red:#f99aba;
--embarrassed:#f57a9b;
--pink-flamb:#d64c84;
}