Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1f294d;
}
.noble-knight {
color: #3a4f78;
}
.grant-village {
color: #6d8fb0;
}
.chapel-blue {
color: #b0d4e8;
}
.sunshine-mellow {
color: #f5c20a;
}
/* CSS Variables */
:root {
--rurikon-blue:#1f294d;
--noble-knight:#3a4f78;
--grant-village:#6d8fb0;
--chapel-blue:#b0d4e8;
--sunshine-mellow:#f5c20a;
}