Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.chill-of-the-night {
color: #1f6d93;
}
.scooter {
color: #2f8ba2;
}
.tropical-escape {
color: #50b9b0;
}
.ice-crystal-blue {
color: #a6e2df;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--chill-of-the-night:#1f6d93;
--scooter:#2f8ba2;
--tropical-escape:#50b9b0;
--ice-crystal-blue:#a6e2df;
}