Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.capri {
color: #00bfff;
}
.poisonous-pesticide {
color: #32cd32;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--capri:#00bfff;
--poisonous-pesticide:#32cd32;
--f-n-h-ng-pink:#ff6bb5;
}