CSS code for this palette
/* CSS */
.rocky-creek {
color: #3f4b50;
}
.north-grey {
color: #6b7676;
}
.boredom {
color: #8c9b9b;
}
.sky-grey {
color: #b6c3c2;
}
.cloud {
color: #e4f1f0;
}
/* CSS Variables */
:root {
--rocky-creek:#3f4b50;
--north-grey:#6b7676;
--boredom:#8c9b9b;
--sky-grey:#b6c3c2;
--cloud:#e4f1f0;
}