Color names in this palette
CSS code for this palette
/* CSS */
.azureish-white {
color: #dbe6f5;
}
.sea-cliff {
color: #a3c4e0;
}
.cerulean-frost {
color: #6f9cc8;
}
.blue-dart-frog {
color: #3b7e9b;
}
.delta-green {
color: #2f4b4c;
}
/* CSS Variables */
:root {
--azureish-white:#dbe6f5;
--sea-cliff:#a3c4e0;
--cerulean-frost:#6f9cc8;
--blue-dart-frog:#3b7e9b;
--delta-green:#2f4b4c;
}