Color names in this palette
CSS code for this palette
/* CSS */
.winter-escape {
color: #b5e5f2;
}
.terrace-pool {
color: #9fd7df;
}
.glacier {
color: #74b1c3;
}
.durban-sky {
color: #5c8b99;
}
.hooker-s-green {
color: #4b7c6e;
}
/* CSS Variables */
:root {
--winter-escape:#b5e5f2;
--terrace-pool:#9fd7df;
--glacier:#74b1c3;
--durban-sky:#5c8b99;
--hooker-s-green:#4b7c6e;
}