Color names in this palette
CSS code for this palette
/* CSS */
.icicle-veil {
color: #d8e5f3;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-gourami {
color: #67a0d5;
}
.haddock-s-sweater {
color: #2a7cbb;
}
.yale-blue {
color: #0b518e;
}
/* CSS Variables */
:root {
--icicle-veil:#d8e5f3;
--sea-cliff:#a3c7e0;
--blue-gourami:#67a0d5;
--haddock-s-sweater:#2a7cbb;
--yale-blue:#0b518e;
}