Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.cornflower-lilac {
color: #ffadad;
}
.peach-pink {
color: #ff998a;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--cornflower-lilac:#ffadad;
--peach-pink:#ff998a;
}