Color names in this palette
CSS code for this palette
/* CSS */
.qing-yellow {
color: #ffcc66;
}
.thallium-flame {
color: #66ff99;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.girls-night-out {
color: #ff66b3;
}
.pompelmo {
color: #ff6666;
}
/* CSS Variables */
:root {
--qing-yellow:#ffcc66;
--thallium-flame:#66ff99;
--ti-n-l-n-sky:#66b2ff;
--girls-night-out:#ff66b3;
--pompelmo:#ff6666;
}