Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1b2a4b;
}
.noble-knight {
color: #3b4f78;
}
.glass-sapphire {
color: #597a9b;
}
.periwinkle-sky {
color: #8cb4d4;
}
.bellagio-fountains {
color: #b9e2f3;
}
/* CSS Variables */
:root {
--rurikon-blue:#1b2a4b;
--noble-knight:#3b4f78;
--glass-sapphire:#597a9b;
--periwinkle-sky:#8cb4d4;
--bellagio-fountains:#b9e2f3;
}