Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.himalayan-balsam {
color: #ff99cc;
}
.fairy-salt {
color: #ffe0f4;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--himalayan-balsam:#ff99cc;
--fairy-salt:#ffe0f4;
--hot-aquarelle-pink:#ffb3e4;
--blush-hour:#ff7092;
}