Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.mountain-bluebird {
color: #4d98c7;
}
.beijing-blue {
color: #3e7dac;
}
.nautical {
color: #2a4c79;
}
.rurikon-blue {
color: #192e4d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--mountain-bluebird:#4d98c7;
--beijing-blue:#3e7dac;
--nautical:#2a4c79;
--rurikon-blue:#192e4d;
}