Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8e0;
}
.air-blue {
color: #6da2c5;
}
.blue-catch {
color: #3d7b8a;
}
.blue-hill {
color: #1f4a4d;
}
.firmament-blue {
color: #0d3a3b;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8e0;
--air-blue:#6da2c5;
--blue-catch:#3d7b8a;
--blue-hill:#1f4a4d;
--firmament-blue:#0d3a3b;
}