Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.the-first-daffodil {
color: #fff68f;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--the-first-daffodil:#fff68f;
--ti-n-l-n-sky:#66b2ff;
}