Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.himalayan-balsam {
color: #ff9eca;
}
.pink-tease {
color: #ff80bf;
}
.kisses {
color: #ff61b5;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--hot-aquarelle-pink:#ffb3d9;
--himalayan-balsam:#ff9eca;
--pink-tease:#ff80bf;
--kisses:#ff61b5;
}