Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.vivid-sky-blue {
color: #00ccff;
}
.n-l-blue {
color: #0055ff;
}
.purple-climax {
color: #8800ff;
}
.hot-magenta {
color: #ff00cc;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--vivid-sky-blue:#00ccff;
--n-l-blue:#0055ff;
--purple-climax:#8800ff;
--hot-magenta:#ff00cc;
}