Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.future-fuchsia {
color: #ff1f40;
}
.traffic-yellow {
color: #ffdb38;
}
.purple-climax {
color: #8800ff;
}
.toxic-orange {
color: #ff5d38;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--future-fuchsia:#ff1f40;
--traffic-yellow:#ffdb38;
--purple-climax:#8800ff;
--toxic-orange:#ff5d38;
}