Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.toxic-orange {
color: #ff5d38;
}
.usc-gold {
color: #ffcc00;
}
.diva-pink {
color: #ff3d81;
}
.electric-indigo {
color: #6a00ff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--toxic-orange:#ff5d38;
--usc-gold:#ffcc00;
--diva-pink:#ff3d81;
--electric-indigo:#6a00ff;
}