Color names in this palette
CSS code for this palette
/* CSS */
.saline-water {
color: #c3e9e6;
}
.shallow-shoal {
color: #9fd6d2;
}
.melodious {
color: #7bb2b1;
}
.evora {
color: #4f8c8c;
}
.mordant-blue {
color: #2c696d;
}
/* CSS Variables */
:root {
--saline-water:#c3e9e6;
--shallow-shoal:#9fd6d2;
--melodious:#7bb2b1;
--evora:#4f8c8c;
--mordant-blue:#2c696d;
}