Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.dream-setting {
color: #ff7ac1;
}
.y-ng-gu-ng-s-pink {
color: #ff61b0;
}
.sasquatch-socks {
color: #ff4d85;
}
.lingonberry {
color: #ff1a5e;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--dream-setting:#ff7ac1;
--y-ng-gu-ng-s-pink:#ff61b0;
--sasquatch-socks:#ff4d85;
--lingonberry:#ff1a5e;
}