Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.crisp-cyan {
color: #1affff;
}
.moonglade-water {
color: #66ffff;
}
.apocyan {
color: #99ccff;
}
.lil-s {
color: #cc99ff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--crisp-cyan:#1affff;
--moonglade-water:#66ffff;
--apocyan:#99ccff;
--lil-s:#cc99ff;
}