Color names in this palette
CSS code for this palette
/* CSS */
.little-bow-pink {
color: #d57c94;
}
.ibis {
color: #f5b2c3;
}
.china-doll {
color: #f2e3d4;
}
.pale-mountain-lake-turquoise {
color: #bae3d5;
}
.cyprus-green {
color: #6a9a89;
}
/* CSS Variables */
:root {
--little-bow-pink:#d57c94;
--ibis:#f5b2c3;
--china-doll:#f2e3d4;
--pale-mountain-lake-turquoise:#bae3d5;
--cyprus-green:#6a9a89;
}