Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.taurus-forest-fern {
color: #6dc34b;
}
.french-pass {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--taurus-forest-fern:#6dc34b;
--french-pass:#a3d5e0;
}