Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-pink {
color: #ff75ff;
}
.flax-flower-blue {
color: #3d9ae1;
}
.usc-gold {
color: #ffcc00;
}
.grapefruit {
color: #ff5c5c;
}
.venetian-nights {
color: #7c4dff;
}
/* CSS Variables */
:root {
--fuchsia-pink:#ff75ff;
--flax-flower-blue:#3d9ae1;
--usc-gold:#ffcc00;
--grapefruit:#ff5c5c;
--venetian-nights:#7c4dff;
}