Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-glitter {
color: #0c35ca;
}
.mourning-blue {
color: #1a4cb7;
}
.matt-blue {
color: #2b6ebf;
}
.high-blue {
color: #4da3e0;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--sapphire-glitter:#0c35ca;
--mourning-blue:#1a4cb7;
--matt-blue:#2b6ebf;
--high-blue:#4da3e0;
--light-budgie-blue:#a1d6e8;
}