Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.coquelicot {
color: #ff3c00;
}
.purple-climax {
color: #8800ff;
}
.hollandaise {
color: #ffec42;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--coquelicot:#ff3c00;
--purple-climax:#8800ff;
--hollandaise:#ffec42;
--capri:#00bfff;
}