Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f2b1d0;
}
.pink-dream {
color: #ff9ea0;
}
.n-rang-orange {
color: #ff8052;
}
.nacho {
color: #ffcb5c;
}
.pickled-ginger {
color: #ffe057;
}
/* CSS Variables */
:root {
--changeling-pink:#f2b1d0;
--pink-dream:#ff9ea0;
--n-rang-orange:#ff8052;
--nacho:#ffcb5c;
--pickled-ginger:#ffe057;
}