Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.in-the-pink {
color: #f4c3cf;
}
.lovelight {
color: #f6d5d8;
}
.little-baby-girl {
color: #f9b9d3;
}
.god-s-own-junkyard-pink {
color: #f76e92;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--in-the-pink:#f4c3cf;
--lovelight:#f6d5d8;
--little-baby-girl:#f9b9d3;
--god-s-own-junkyard-pink:#f76e92;
}