Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.stormfang {
color: #7da7c5;
}
.cossack-dancer {
color: #4c8e9e;
}
.bering-wave {
color: #3b6c81;
}
.deep-ocean {
color: #2b4c5f;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--stormfang:#7da7c5;
--cossack-dancer:#4c8e9e;
--bering-wave:#3b6c81;
--deep-ocean:#2b4c5f;
}