Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e8f1f2;
}
.glacier-point {
color: #b2d9e6;
}
.thredbo {
color: #75c5d7;
}
.cancer-seagreen-scarab {
color: #2a9dac;
}
.allports {
color: #1f6f7a;
}
/* CSS Variables */
:root {
--ethereal-white:#e8f1f2;
--glacier-point:#b2d9e6;
--thredbo:#75c5d7;
--cancer-seagreen-scarab:#2a9dac;
--allports:#1f6f7a;
}