Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c2;
}
.sweet-heart {
color: #e5a9b2;
}
.pink-clay-pot {
color: #d68f96;
}
.creamed-raspberry {
color: #b96a84;
}
.cranbrook {
color: #a45679;
}
/* CSS Variables */
:root {
--ibis:#f4b3c2;
--sweet-heart:#e5a9b2;
--pink-clay-pot:#d68f96;
--creamed-raspberry:#b96a84;
--cranbrook:#a45679;
}