Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d3;
}
.matt-pink {
color: #ffb3c3;
}
.camaron-pink {
color: #ff8095;
}
.watermelon {
color: #ff4d58;
}
.devil-s-advocate {
color: #ff2e3c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d3;
--matt-pink:#ffb3c3;
--camaron-pink:#ff8095;
--watermelon:#ff4d58;
--devil-s-advocate:#ff2e3c;
}