Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.sea-drifter {
color: #4c7990;
}
.buoyancy {
color: #7cb1b6;
}
.wind-tunnel {
color: #c6e1e6;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--sea-drifter:#4c7990;
--buoyancy:#7cb1b6;
--wind-tunnel:#c6e1e6;
--zh-n-zh-b-i-pearl:#f6f8f9;
}