Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f7c0e2;
}
.pink-chalk {
color: #f5a3be;
}
.pink-sherbet {
color: #f57f9b;
}
.pink-pepper {
color: #f05c6f;
}
.glowing-brake-disc {
color: #ec3c48;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f7c0e2;
--pink-chalk:#f5a3be;
--pink-sherbet:#f57f9b;
--pink-pepper:#f05c6f;
--glowing-brake-disc:#ec3c48;
}