Color names in this palette
CSS code for this palette
/* CSS */
.barbie-pink {
color: #ff42b0;
}
.pink-elephants {
color: #ff99eb;
}
.sugar-chic {
color: #ffc7ff;
}
.fairy-bubblegum-cloud {
color: #ffe5ff;
}
.lovely-euphoric-delight {
color: #fff0ff;
}
/* CSS Variables */
:root {
--barbie-pink:#ff42b0;
--pink-elephants:#ff99eb;
--sugar-chic:#ffc7ff;
--fairy-bubblegum-cloud:#ffe5ff;
--lovely-euphoric-delight:#fff0ff;
}