Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c3;
}
.manga-pink {
color: #f4b8d7;
}
.laelia-pink {
color: #f6cbe1;
}
.lily-the-pink {
color: #f6dfe3;
}
.avid-apricot {
color: #f3c8a0;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c3;
--manga-pink:#f4b8d7;
--laelia-pink:#f6cbe1;
--lily-the-pink:#f6dfe3;
--avid-apricot:#f3c8a0;
}