Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #192b4d;
}
.blue-flag {
color: #3c4f72;
}
.faded-blue {
color: #698bbf;
}
.deluxe-days {
color: #8ecae6;
}
.bellagio-fountains {
color: #b5e2f2;
}
/* CSS Variables */
:root {
--rurikon-blue:#192b4d;
--blue-flag:#3c4f72;
--faded-blue:#698bbf;
--deluxe-days:#8ecae6;
--bellagio-fountains:#b5e2f2;
}