Color names in this palette
CSS code for this palette
/* CSS */
.pink-abalone {
color: #e9b5a0;
}
.wild-rice {
color: #d5bfb3;
}
.icy-waterfall {
color: #c1d2d1;
}
.innocent-blue {
color: #95b3d0;
}
.mover-shaker {
color: #9fd19f;
}
/* CSS Variables */
:root {
--pink-abalone:#e9b5a0;
--wild-rice:#d5bfb3;
--icy-waterfall:#c1d2d1;
--innocent-blue:#95b3d0;
--mover-shaker:#9fd19f;
}