Color names in this palette
CSS code for this palette
/* CSS */
.thunder-chi {
color: #a9c3d6;
}
.polished-metal {
color: #809cb3;
}
.night-train {
color: #4b758b;
}
.tree-bark-green {
color: #2f4b4b;
}
.washed-black {
color: #1d202a;
}
/* CSS Variables */
:root {
--thunder-chi:#a9c3d6;
--polished-metal:#809cb3;
--night-train:#4b758b;
--tree-bark-green:#2f4b4b;
--washed-black:#1d202a;
}