Color names in this palette
CSS code for this palette
/* CSS */
.powder-blue {
color: #b1e0e7;
}
.soviet-gold {
color: #ffd900;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.bright-blue-violet {
color: #8a2ce2;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--powder-blue:#b1e0e7;
--soviet-gold:#ffd900;
--f-n-h-ng-pink:#ff6bb5;
--bright-blue-violet:#8a2ce2;
--poisonous-pesticide:#32cd32;
}