Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.breezy-blue {
color: #b9d9e4;
}
.ethereal-white {
color: #e7f2f3;
}
.distant-horizon {
color: #f1f7f9;
}
.opal-waters {
color: #b1c7d3;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--breezy-blue:#b9d9e4;
--ethereal-white:#e7f2f3;
--distant-horizon:#f1f7f9;
--opal-waters:#b1c7d3;
}