Color names in this palette
CSS code for this palette
/* CSS */
.iceberg {
color: #dbe4f0;
}
.sea-cliff {
color: #a3c7e0;
}
.norse-blue {
color: #3b9bc4;
}
.chill-of-the-night {
color: #1f6f8e;
}
.teal-dark-blue {
color: #0e4b5d;
}
/* CSS Variables */
:root {
--iceberg:#dbe4f0;
--sea-cliff:#a3c7e0;
--norse-blue:#3b9bc4;
--chill-of-the-night:#1f6f8e;
--teal-dark-blue:#0e4b5d;
}