Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-jay {
color: #5a8ed8;
}
.nocturne-shade {
color: #3969ac;
}
.slumber {
color: #2d507c;
}
.rurikon-blue {
color: #1e2a4d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-jay:#5a8ed8;
--nocturne-shade:#3969ac;
--slumber:#2d507c;
--rurikon-blue:#1e2a4d;
}