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