Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.erythrosine {
color: #ff75b3;
}
.sasquatch-socks {
color: #ff4d85;
}
.lingonberry {
color: #ff295b;
}
.vampire-bite {
color: #c70038;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--erythrosine:#ff75b3;
--sasquatch-socks:#ff4d85;
--lingonberry:#ff295b;
--vampire-bite:#c70038;
}