Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.winter-time {
color: #3a90a1;
}
.maritime-soft-blue {
color: #69b7c3;
}
.ice-crystal-blue {
color: #a4e5e1;
}
.chef-s-hat {
color: #f2f4f7;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--winter-time:#3a90a1;
--maritime-soft-blue:#69b7c3;
--ice-crystal-blue:#a4e5e1;
--chef-s-hat:#f2f4f7;
}