Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.blue-ribbon {
color: #0066ff;
}
.violet-ink {
color: #9900cc;
}
.razzle-dazzle-rose {
color: #ff33cc;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--blue-ribbon:#0066ff;
--violet-ink:#9900cc;
--razzle-dazzle-rose:#ff33cc;
--usc-gold:#ffcc00;
}