Color names in this palette
CSS code for this palette
/* CSS */
.gossamer-pink {
color: #f9c5c3;
}
.candy-heart-pink {
color: #f7a4a1;
}
.flower-blossom-pink {
color: #f57a8d;
}
.pink-pepper {
color: #f05c6a;
}
.tomato-scepter {
color: #e13d58;
}
/* CSS Variables */
:root {
--gossamer-pink:#f9c5c3;
--candy-heart-pink:#f7a4a1;
--flower-blossom-pink:#f57a8d;
--pink-pepper:#f05c6a;
--tomato-scepter:#e13d58;
}