Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d3;
}
.tickled-pink {
color: #f0a8c1;
}
.rose-essence {
color: #f09e84;
}
.nectar-jackpot {
color: #f0d18f;
}
.sugar-cookie {
color: #f4e4a4;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d3;
--tickled-pink:#f0a8c1;
--rose-essence:#f09e84;
--nectar-jackpot:#f0d18f;
--sugar-cookie:#f4e4a4;
}