Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c7e0;
}
.cerulean-frost {
color: #6c9cc6;
}
.blue-dart-frog {
color: #3a7d9c;
}
.bright-midnight-blue {
color: #1e4d76;
}
.black-chasm {
color: #0b2a3c;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c7e0;
--cerulean-frost:#6c9cc6;
--blue-dart-frog:#3a7d9c;
--bright-midnight-blue:#1e4d76;
--black-chasm:#0b2a3c;
}