Color names in this palette
CSS code for this palette
/* CSS */
.sea-drive {
color: #c2d4e0;
}
.stone-blue {
color: #7f9aa4;
}
.coelin-blue {
color: #4d7d93;
}
.shadow-of-night {
color: #2c4f5e;
}
.tangaroa {
color: #1a2f3d;
}
/* CSS Variables */
:root {
--sea-drive:#c2d4e0;
--stone-blue:#7f9aa4;
--coelin-blue:#4d7d93;
--shadow-of-night:#2c4f5e;
--tangaroa:#1a2f3d;
}