Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.razzle-dazzle-rose {
color: #ff33cc;
}
.usc-gold {
color: #ffcc00;
}
.halt-and-catch-fire {
color: #ff6633;
}
.shovel-knight {
color: #33ccff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--razzle-dazzle-rose:#ff33cc;
--usc-gold:#ffcc00;
--halt-and-catch-fire:#ff6633;
--shovel-knight:#33ccff;
}