Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.sea-of-galilee {
color: #496a92;
}
.bluesy-note {
color: #7d9cba;
}
.blue-refrain {
color: #b0d9e8;
}
.angel-s-feather {
color: #f4f1e6;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--sea-of-galilee:#496a92;
--bluesy-note:#7d9cba;
--blue-refrain:#b0d9e8;
--angel-s-feather:#f4f1e6;
}