Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c6e0;
}
.air-superiority-blue {
color: #70a0c2;
}
.cossack-dancer {
color: #4e8ba2;
}
.ocean-call {
color: #2e6e8e;
}
.terror-from-the-deep {
color: #1b4b69;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c6e0;
--air-superiority-blue:#70a0c2;
--cossack-dancer:#4e8ba2;
--ocean-call:#2e6e8e;
--terror-from-the-deep:#1b4b69;
}