Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.vivid-orchid {
color: #c800ff;
}
.alienated {
color: #00c753;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--vivid-orchid:#c800ff;
--alienated:#00c753;
}