Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.emperor-s-children {
color: #f1a2b7;
}
.pearly-pink {
color: #f19dcb;
}
.pop-that-gum {
color: #f174b9;
}
.bit-of-berry {
color: #e4589c;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--emperor-s-children:#f1a2b7;
--pearly-pink:#f19dcb;
--pop-that-gum:#f174b9;
--bit-of-berry:#e4589c;
}