Color names in this palette
CSS code for this palette
/* CSS */
.snowy-summit {
color: #c5d7e7;
}
.blue-dam {
color: #a1c6d4;
}
.glacier {
color: #78b1c4;
}
.maui-blue {
color: #4c9db8;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--snowy-summit:#c5d7e7;
--blue-dam:#a1c6d4;
--glacier:#78b1c4;
--maui-blue:#4c9db8;
--turkish-tile:#007c9e;
}