Color names in this palette
CSS code for this palette
/* CSS */
.kerr-s-pink-potato {
color: #b57381;
}
.paris-pink {
color: #d76a8e;
}
.wood-nymph {
color: #eba2a5;
}
.first-peach {
color: #f4c8c8;
}
.pink-tutu {
color: #f9e6e8;
}
/* CSS Variables */
:root {
--kerr-s-pink-potato:#b57381;
--paris-pink:#d76a8e;
--wood-nymph:#eba2a5;
--first-peach:#f4c8c8;
--pink-tutu:#f9e6e8;
}