Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.pink-tease {
color: #ff85c0;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.laser-trap {
color: #ff3d67;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--pink-tease:#ff85c0;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--laser-trap:#ff3d67;
}