Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d3;
}
.prettiest-pink {
color: #e9a5c5;
}
.peruvian-lily {
color: #d080b6;
}
.bodacious {
color: #b65da3;
}
.viva-magenta {
color: #9b4b88;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d3;
--prettiest-pink:#e9a5c5;
--peruvian-lily:#d080b6;
--bodacious:#b65da3;
--viva-magenta:#9b4b88;
}