Color names in this palette
CSS code for this palette
/* CSS */
.winter-storm {
color: #4c707b;
}
.great-void {
color: #3b555e;
}
.liquorice-green {
color: #2b4145;
}
.zanah {
color: #b1c4b1;
}
.remington-rust {
color: #a35d4d;
}
/* CSS Variables */
:root {
--winter-storm:#4c707b;
--great-void:#3b555e;
--liquorice-green:#2b4145;
--zanah:#b1c4b1;
--remington-rust:#a35d4d;
}