Color names in this palette
CSS code for this palette
/* CSS */
.pink-and-sleek {
color: #ffc2c7;
}
.pink-currant {
color: #ffd6e8;
}
.matt-pink {
color: #ffb8c0;
}
.we-peep {
color: #ffd6d8;
}
.pink-pleasure {
color: #ffe0e4;
}
/* CSS Variables */
:root {
--pink-and-sleek:#ffc2c7;
--pink-currant:#ffd6e8;
--matt-pink:#ffb8c0;
--we-peep:#ffd6d8;
--pink-pleasure:#ffe0e4;
}