Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.sunburst-yellow {
color: #ffff99;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--sunburst-yellow:#ffff99;
--ti-n-l-n-sky:#66b2ff;
}