Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.carnation-pink {
color: #ff80aa;
}
.sasquatch-socks {
color: #ff4281;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--hot-aquarelle-pink:#ffb3d9;
--carnation-pink:#ff80aa;
--sasquatch-socks:#ff4281;
--moth-orchid:#d6006f;
}