Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.turquoise-sea {
color: #68d9e3;
}
.gas-giant {
color: #94e3f5;
}
.heaven-gates {
color: #c2f1fa;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--turquoise-sea:#68d9e3;
--gas-giant:#94e3f5;
--heaven-gates:#c2f1fa;
--light-cyan:#e0ffff;
}