Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.cerulean-frost {
color: #6e9bbf;
}
.tech-wave {
color: #4b7c9b;
}
.china-pattern {
color: #3e5d74;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--cerulean-frost:#6e9bbf;
--tech-wave:#4b7c9b;
--china-pattern:#3e5d74;
--waterhen-back:#2e3f52;
}