Color names in this palette
CSS code for this palette
/* CSS */
.am-lie-s-tutu {
color: #ffa3b7;
}
.pink-condition {
color: #ff94d6;
}
.petticoat {
color: #ffcbad;
}
.the-first-daffodil {
color: #fff28f;
}
.lovely-euphoric-delight {
color: #fff0ff;
}
/* CSS Variables */
:root {
--am-lie-s-tutu:#ffa3b7;
--pink-condition:#ff94d6;
--petticoat:#ffcbad;
--the-first-daffodil:#fff28f;
--lovely-euphoric-delight:#fff0ff;
}