Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.ibis {
color: #f2b5c3;
}
.summer-cosmos {
color: #f8d3e1;
}
.cherubic {
color: #fce8f1;
}
.sullivan-s-heart {
color: #f7c5d5;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--ibis:#f2b5c3;
--summer-cosmos:#f8d3e1;
--cherubic:#fce8f1;
--sullivan-s-heart:#f7c5d5;
}