Color names in this palette
CSS code for this palette
/* CSS */
.cover-of-night {
color: #4a4f4e;
}
.polar-pond {
color: #6b7b79;
}
.garden-twilight {
color: #a3b8b1;
}
.morning-breeze {
color: #d3e4df;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--cover-of-night:#4a4f4e;
--polar-pond:#6b7b79;
--garden-twilight:#a3b8b1;
--morning-breeze:#d3e4df;
--bleached-silk:#f2f4f1;
}