Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e8f1f3;
}
.cruise {
color: #b3e0d6;
}
.luna-moona {
color: #72c5c5;
}
.bahaman-bliss {
color: #3fa6a1;
}
.mosaic-tile {
color: #1d6d6d;
}
/* CSS Variables */
:root {
--ethereal-white:#e8f1f3;
--cruise:#b3e0d6;
--luna-moona:#72c5c5;
--bahaman-bliss:#3fa6a1;
--mosaic-tile:#1d6d6d;
}