Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.coquelicot {
color: #ff3c00;
}
.purple-climax {
color: #8800ff;
}
.krishna-blue {
color: #00aeff;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--coquelicot:#ff3c00;
--purple-climax:#8800ff;
--krishna-blue:#00aeff;
--usc-gold:#ffcc00;
}