Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1a2e47;
}
.blue-spell {
color: #3c5b6d;
}
.steel-teal {
color: #5b8b8a;
}
.sinbad {
color: #a4d6d1;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--rurikon-blue:#1a2e47;
--blue-spell:#3c5b6d;
--steel-teal:#5b8b8a;
--sinbad:#a4d6d1;
--maximum-yellow-red:#f1b74b;
}