Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.toxic-orange {
color: #ff5d38;
}
.usc-gold {
color: #ffcc00;
}
.philippine-pink {
color: #ff1a8c;
}
.bluebonnet {
color: #1a1aff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--toxic-orange:#ff5d38;
--usc-gold:#ffcc00;
--philippine-pink:#ff1a8c;
--bluebonnet:#1a1aff;
}