Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.teal-deer {
color: #98e6b2;
}
.bi-blue {
color: #66a3ff;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--teal-deer:#98e6b2;
--bi-blue:#66a3ff;
}