Color names in this palette
CSS code for this palette
/* CSS */
.qing-yellow {
color: #ffcc66;
}
.rubber-radish {
color: #ff9999;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.girls-night-out {
color: #ff66b3;
}
.luminescent-lime {
color: #c2ff66;
}
/* CSS Variables */
:root {
--qing-yellow:#ffcc66;
--rubber-radish:#ff9999;
--ti-n-l-n-sky:#66b2ff;
--girls-night-out:#ff66b3;
--luminescent-lime:#c2ff66;
}