Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.rainy-lake {
color: #3b6c91;
}
.bluebird-feather {
color: #6e9fb4;
}
.havana-blue {
color: #a4d9e5;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--rainy-lake:#3b6c91;
--bluebird-feather:#6e9fb4;
--havana-blue:#a4d9e5;
--zh-n-zh-b-i-pearl:#f5f9fa;
}