Color names in this palette
CSS code for this palette
/* CSS */
.pluviophile {
color: #6ae2e2;
}
.aqua-fiesta {
color: #97e7e7;
}
.spearmint-water {
color: #b2ebeb;
}
.icy-breeze {
color: #c4eeee;
}
.princess-blue-feather {
color: #cbf1f1;
}
/* CSS Variables */
:root {
--pluviophile:#6ae2e2;
--aqua-fiesta:#97e7e7;
--spearmint-water:#b2ebeb;
--icy-breeze:#c4eeee;
--princess-blue-feather:#cbf1f1;
}