Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e2024;
}
.evening-cityscape {
color: #4d545c;
}
.denim-drift {
color: #7f8c94;
}
.ocean-kiss {
color: #a4c2c6;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--noble-black:#1e2024;
--evening-cityscape:#4d545c;
--denim-drift:#7f8c94;
--ocean-kiss:#a4c2c6;
--zh-n-zh-b-i-pearl:#f5f9fa;
}