Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c98;
}
.erythrosine {
color: #ff80b2;
}
.himalayan-balsam {
color: #ff9ec6;
}
.bubbelgum-heart {
color: #ffb8e0;
}
.silky-pink {
color: #ffdbf2;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c98;
--erythrosine:#ff80b2;
--himalayan-balsam:#ff9ec6;
--bubbelgum-heart:#ffb8e0;
--silky-pink:#ffdbf2;
}