Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #283a77;
}
.new-age-blue {
color: #496da7;
}
.adrift-on-the-nile {
color: #8fb6e5;
}
.blue-rice {
color: #b6d6f7;
}
.m-white {
color: #f5f8ff;
}
/* CSS Variables */
:root {
--blue-expanse:#283a77;
--new-age-blue:#496da7;
--adrift-on-the-nile:#8fb6e5;
--blue-rice:#b6d6f7;
--m-white:#f5f8ff;
}