Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #192a4d;
}
.takaka {
color: #3d4e7b;
}
.splendor-and-pride {
color: #5e72a1;
}
.oxygen-blue {
color: #8fb2d6;
}
.tear {
color: #b3d8e0;
}
/* CSS Variables */
:root {
--rurikon-blue:#192a4d;
--takaka:#3d4e7b;
--splendor-and-pride:#5e72a1;
--oxygen-blue:#8fb2d6;
--tear:#b3d8e0;
}