Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f5b7d5;
}
.rosecco {
color: #eab8e4;
}
.heart-to-heart {
color: #d6a9c7;
}
.scandal {
color: #a9dad5;
}
.summer-turquoise-blue {
color: #4c9da9;
}
/* CSS Variables */
:root {
--manga-pink:#f5b7d5;
--rosecco:#eab8e4;
--heart-to-heart:#d6a9c7;
--scandal:#a9dad5;
--summer-turquoise-blue:#4c9da9;
}