Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.amaranth-pink {
color: #f29cbb;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.first-crush {
color: #f8e2e9;
}
.grim-white {
color: #f8f1f4;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--amaranth-pink:#f29cbb;
--sullivan-s-heart:#f6c6d3;
--first-crush:#f8e2e9;
--grim-white:#f8f1f4;
}