Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #203f83;
}
.raftsman {
color: #3b5e9b;
}
.blue-android-base {
color: #5a7aba;
}
.innocent-blue {
color: #8db3d3;
}
.icy-landscape {
color: #c6e8f6;
}
/* CSS Variables */
:root {
--maritime-outpost:#203f83;
--raftsman:#3b5e9b;
--blue-android-base:#5a7aba;
--innocent-blue:#8db3d3;
--icy-landscape:#c6e8f6;
}