Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-depth {
color: #4f8c6d;
}
.source-green {
color: #85b7a7;
}
.ginninderra {
color: #b3d6c1;
}
.light-silverton {
color: #cde5d8;
}
.whitest-white {
color: #f7f9f5;
}
/* CSS Variables */
:root {
--saltwater-depth:#4f8c6d;
--source-green:#85b7a7;
--ginninderra:#b3d6c1;
--light-silverton:#cde5d8;
--whitest-white:#f7f9f5;
}