Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.pink-tease {
color: #ff85c0;
}
.fuchsia-fever {
color: #ff5c9a;
}
.laser-trap {
color: #ff3d74;
}
.fly-agaric {
color: #ff1a4b;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--pink-tease:#ff85c0;
--fuchsia-fever:#ff5c9a;
--laser-trap:#ff3d74;
--fly-agaric:#ff1a4b;
}