Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.flush-orange {
color: #ff6e00;
}
.pink-poison {
color: #ff007b;
}
.capri {
color: #00bfff;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--flush-orange:#ff6e00;
--pink-poison:#ff007b;
--capri:#00bfff;
--middle-yellow:#ffea00;
}