Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.kakitsubata-blue {
color: #395bb1;
}
.guilliman-blue {
color: #6a8fec;
}
.perano {
color: #a8b6e6;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--kakitsubata-blue:#395bb1;
--guilliman-blue:#6a8fec;
--perano:#a8b6e6;
--m-white:#f5f7ff;
}