Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.pink-ink {
color: #ff1a75;
}
.usc-gold {
color: #ffcc00;
}
.phaser-beam {
color: #ff4d00;
}
.purple-climax {
color: #8800ff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--pink-ink:#ff1a75;
--usc-gold:#ffcc00;
--phaser-beam:#ff4d00;
--purple-climax:#8800ff;
}