Color names in this palette
CSS code for this palette
/* CSS */
.old-fashioned-pink {
color: #f6c6ce;
}
.pink-fit {
color: #f5a8b2;
}
.embarrassed {
color: #f57a97;
}
.kacey-s-pink {
color: #e84f78;
}
.sensitive-scorpion {
color: #cf2a5f;
}
/* CSS Variables */
:root {
--old-fashioned-pink:#f6c6ce;
--pink-fit:#f5a8b2;
--embarrassed:#f57a97;
--kacey-s-pink:#e84f78;
--sensitive-scorpion:#cf2a5f;
}