Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.hyperpop-green {
color: #1aff9c;
}
.mint-bliss {
color: #7affbd;
}
.icery {
color: #a3ffda;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--hyperpop-green:#1aff9c;
--mint-bliss:#7affbd;
--icery:#a3ffda;
--light-cyan:#e0ffff;
}