Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1e2a4d;
}
.calico-dress {
color: #3b4c68;
}
.blue-heaven {
color: #5b809a;
}
.heavenly {
color: #7db0c5;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--rurikon-blue:#1e2a4d;
--calico-dress:#3b4c68;
--blue-heaven:#5b809a;
--heavenly:#7db0c5;
--light-sky-babe:#9fd2df;
}