Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.spinnaker {
color: #a3e1e0;
}
.icy-breeze {
color: #c3efef;
}
.anti-flash-white {
color: #f1f4f4;
}
.gumball {
color: #e2b1d1;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--spinnaker:#a3e1e0;
--icy-breeze:#c3efef;
--anti-flash-white:#f1f4f4;
--gumball:#e2b1d1;
}