Color names in this palette
CSS code for this palette
/* CSS */
.camaron-pink {
color: #ff8093;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.sugar-chic {
color: #ffccff;
}
.exotic-violet {
color: #e6a3d1;
}
.pink-fever {
color: #d35cff;
}
/* CSS Variables */
:root {
--camaron-pink:#ff8093;
--hot-aquarelle-pink:#ffb3d9;
--sugar-chic:#ffccff;
--exotic-violet:#e6a3d1;
--pink-fever:#d35cff;
}