Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.tomb-blue {
color: #0099cc;
}
.absolute-zero {
color: #0047b3;
}
.purple-climax {
color: #8800ff;
}
.red-light-neon {
color: #ff0055;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--tomb-blue:#0099cc;
--absolute-zero:#0047b3;
--purple-climax:#8800ff;
--red-light-neon:#ff0055;
}