Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e6f4f1;
}
.ganon-blue {
color: #a1dff7;
}
.tropic-tide {
color: #69bfbd;
}
.baby-steps {
color: #f9c8d9;
}
.brain-pink {
color: #f5b2b2;
}
/* CSS Variables */
:root {
--ethereal-white:#e6f4f1;
--ganon-blue:#a1dff7;
--tropic-tide:#69bfbd;
--baby-steps:#f9c8d9;
--brain-pink:#f5b2b2;
}