Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e2;
}
.pink-condition {
color: #ff99df;
}
.pink-delight {
color: #ff8fdb;
}
.f-n-h-ng-pink {
color: #ff70ba;
}
.sasquatch-socks {
color: #ff4d85;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e2;
--pink-condition:#ff99df;
--pink-delight:#ff8fdb;
--f-n-h-ng-pink:#ff70ba;
--sasquatch-socks:#ff4d85;
}