Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.valley-of-glaciers {
color: #2a7b9d;
}
.crystalsong-blue {
color: #4cafb8;
}
.aruba-blue {
color: #7dd1d8;
}
.across-the-bay {
color: #b4e3e9;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--valley-of-glaciers:#2a7b9d;
--crystalsong-blue:#4cafb8;
--aruba-blue:#7dd1d8;
--across-the-bay:#b4e3e9;
}