Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.poudretteite-pink {
color: #e58b9a;
}
.paris-pink {
color: #d56c8f;
}
.ripe-cherry {
color: #c1536e;
}
.night-shadz {
color: #a83e55;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--poudretteite-pink:#e58b9a;
--paris-pink:#d56c8f;
--ripe-cherry:#c1536e;
--night-shadz:#a83e55;
}