Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc7d5;
}
.pink-fit {
color: #f6a2b3;
}
.pancake {
color: #f6d588;
}
.yucca-cream {
color: #a3d7c9;
}
.pink-marshmallow {
color: #f2b5d4;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc7d5;
--pink-fit:#f6a2b3;
--pancake:#f6d588;
--yucca-cream:#a3d7c9;
--pink-marshmallow:#f2b5d4;
}