Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f6bbd6;
}
.pretty-pink-piggy {
color: #f1a7da;
}
.rosy-nectar {
color: #f1c1e1;
}
.blue-perennial {
color: #bed8e0;
}
.ice-crystal-blue {
color: #a6e1e3;
}
/* CSS Variables */
:root {
--manga-pink:#f6bbd6;
--pretty-pink-piggy:#f1a7da;
--rosy-nectar:#f1c1e1;
--blue-perennial:#bed8e0;
--ice-crystal-blue:#a6e1e3;
}