Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #297b99;
}
.spearfish {
color: #5cb7c1;
}
.everest {
color: #a3e6e0;
}
.sarawak-white-pepper {
color: #f4f1b8;
}
.pink-fit {
color: #f1a7b1;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#297b99;
--spearfish:#5cb7c1;
--everest:#a3e6e0;
--sarawak-white-pepper:#f4f1b8;
--pink-fit:#f1a7b1;
}