Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e7f4f2;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.belize {
color: #7ed3d1;
}
.arctic-green {
color: #4bb9b7;
}
.ocean-liner {
color: #1f8e8c;
}
/* CSS Variables */
:root {
--ethereal-white:#e7f4f2;
--frosty-soft-blue:#b2e1e0;
--belize:#7ed3d1;
--arctic-green:#4bb9b7;
--ocean-liner:#1f8e8c;
}