Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #297b99;
}
.montego-bay {
color: #3cb8c3;
}
.pluviophile {
color: #5cd9e0;
}
.ice-crystal-blue {
color: #a6e8e0;
}
.porcelain-earth {
color: #f1ffb3;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#297b99;
--montego-bay:#3cb8c3;
--pluviophile:#5cd9e0;
--ice-crystal-blue:#a6e8e0;
--porcelain-earth:#f1ffb3;
}