Color names in this palette
CSS code for this palette
/* CSS */
.crystal-river {
color: #b2e4f0;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.coastal-waters {
color: #7db4d9;
}
.cossack-dancer {
color: #4c8da4;
}
.wakefield {
color: #295765;
}
/* CSS Variables */
:root {
--crystal-river:#b2e4f0;
--chefchaouen-blue:#a1d1e8;
--coastal-waters:#7db4d9;
--cossack-dancer:#4c8da4;
--wakefield:#295765;
}