Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c1;
}
.frozen-pond {
color: #a2b4b1;
}
.salt-blue {
color: #7b9b9d;
}
.trumpet-teal {
color: #5b7b79;
}
.bistro-green {
color: #3b544f;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c1;
--frozen-pond:#a2b4b1;
--salt-blue:#7b9b9d;
--trumpet-teal:#5b7b79;
--bistro-green:#3b544f;
}