Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.ganon-blue {
color: #a7e7f6;
}
.heaven-gates {
color: #c5f1f7;
}
.herbal-vapors {
color: #e0ffc2;
}
.pretty-in-pink {
color: #f6bbe6;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--ganon-blue:#a7e7f6;
--heaven-gates:#c5f1f7;
--herbal-vapors:#e0ffc2;
--pretty-in-pink:#f6bbe6;
}