Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d1;
}
.shell-tint {
color: #fdd7c9;
}
.hawaiian-cream {
color: #f9e6b9;
}
.mango-margarita {
color: #f7b450;
}
.usubeni-red {
color: #f06a6a;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d1;
--shell-tint:#fdd7c9;
--hawaiian-cream:#f9e6b9;
--mango-margarita:#f7b450;
--usubeni-red:#f06a6a;
}