Color names in this palette
CSS code for this palette
/* CSS */
.april-blush {
color: #f7cfd7;
}
.tickled-pink {
color: #f1a7c3;
}
.pearly-pink {
color: #f099ce;
}
.laelia-pink {
color: #f7c5e0;
}
.cherry-pearl {
color: #f9e6f7;
}
/* CSS Variables */
:root {
--april-blush:#f7cfd7;
--tickled-pink:#f1a7c3;
--pearly-pink:#f099ce;
--laelia-pink:#f7c5e0;
--cherry-pearl:#f9e6f7;
}