Color names in this palette
CSS code for this palette
/* CSS */
.stargate-shimmer {
color: #707eff;
}
.chinese-bellflower {
color: #4c5cb8;
}
.tory-blue {
color: #3b4b8c;
}
.blue-depths {
color: #2d3b67;
}
.rurikon-blue {
color: #1f294d;
}
/* CSS Variables */
:root {
--stargate-shimmer:#707eff;
--chinese-bellflower:#4c5cb8;
--tory-blue:#3b4b8c;
--blue-depths:#2d3b67;
--rurikon-blue:#1f294d;
}