Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1c2b4a;
}
.revel-blue {
color: #4b6a8b;
}
.polished-metal {
color: #809cb3;
}
.radiant-sun {
color: #f3ca4f;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--rurikon-blue:#1c2b4a;
--revel-blue:#4b6a8b;
--polished-metal:#809cb3;
--radiant-sun:#f3ca4f;
--orange-gluttony:#e77e23;
}