Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f3b4d5;
}
.sandy-bay {
color: #f8d8b4;
}
.martica {
color: #f4e5b8;
}
.echo-iris {
color: #b4e3f3;
}
.pink-illusion {
color: #d5b4f3;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f3b4d5;
--sandy-bay:#f8d8b4;
--martica:#f4e5b8;
--echo-iris:#b4e3f3;
--pink-illusion:#d5b4f3;
}