Color names in this palette
CSS code for this palette
/* CSS */
.submarine-grey {
color: #4c5b5d;
}
.harrow-s-gate {
color: #7b8c8e;
}
.tempered-grey {
color: #a0afb1;
}
.scandinavian-sky {
color: #c4d3d4;
}
.soar {
color: #dff0f1;
}
/* CSS Variables */
:root {
--submarine-grey:#4c5b5d;
--harrow-s-gate:#7b8c8e;
--tempered-grey:#a0afb1;
--scandinavian-sky:#c4d3d4;
--soar:#dff0f1;
}