Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1b2e4b;
}
.celestial-blue {
color: #2a4d6a;
}
.cool-blue {
color: #4b86b4;
}
.elegant-white {
color: #f5f0e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--rurikon-blue:#1b2e4b;
--celestial-blue:#2a4d6a;
--cool-blue:#4b86b4;
--elegant-white:#f5f0e0;
--creamy-sweet-corn:#f9c54e;
}