Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d0;
}
.am-lie-s-tutu {
color: #fca6c1;
}
.strawberry-soap {
color: #f68895;
}
.usubeni-red {
color: #f0666d;
}
.thimbleberry {
color: #e4494e;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d0;
--am-lie-s-tutu:#fca6c1;
--strawberry-soap:#f68895;
--usubeni-red:#f0666d;
--thimbleberry:#e4494e;
}