Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f5c3c2;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.soft-fuchsia {
color: #d59abf;
}
.pale-mountain-lake-turquoise {
color: #b9e4d4;
}
.smooth-satin {
color: #a2d8d0;
}
/* CSS Variables */
:root {
--cor-de-pele:#f5c3c2;
--sprinkled-with-pink:#e8a1ae;
--soft-fuchsia:#d59abf;
--pale-mountain-lake-turquoise:#b9e4d4;
--smooth-satin:#a2d8d0;
}