Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.coquelicot {
color: #ff3c00;
}
.digital-violets {
color: #a600ff;
}
.capri {
color: #00bfff;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--coquelicot:#ff3c00;
--digital-violets:#a600ff;
--capri:#00bfff;
--middle-yellow:#ffea00;
}