Color names in this palette
CSS code for this palette
/* CSS */
.tahoe-snow {
color: #d8e1e4;
}
.cloudy-valley {
color: #b0c6d8;
}
.coastal-waters {
color: #7db4d8;
}
.mountain-bluebird {
color: #4b9bc3;
}
.spa-dream {
color: #1d8ebf;
}
/* CSS Variables */
:root {
--tahoe-snow:#d8e1e4;
--cloudy-valley:#b0c6d8;
--coastal-waters:#7db4d8;
--mountain-bluebird:#4b9bc3;
--spa-dream:#1d8ebf;
}