Color names in this palette
CSS code for this palette
/* CSS */
.evening-cityscape {
color: #4c555d;
}
.harrow-s-gate {
color: #7a8c90;
}
.marine-layer {
color: #a4b5b7;
}
.scandinavian-sky {
color: #c3d4d5;
}
.ethereal-white {
color: #e7f2f3;
}
/* CSS Variables */
:root {
--evening-cityscape:#4c555d;
--harrow-s-gate:#7a8c90;
--marine-layer:#a4b5b7;
--scandinavian-sky:#c3d4d5;
--ethereal-white:#e7f2f3;
}