Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.pink-marshmallow {
color: #f5b7d1;
}
.sweet-60 {
color: #f3a0af;
}
.flower-blossom-pink {
color: #f27d8d;
}
.cranberry-splash {
color: #d64c68;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--pink-marshmallow:#f5b7d1;
--sweet-60:#f3a0af;
--flower-blossom-pink:#f27d8d;
--cranberry-splash:#d64c68;
}