Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.unity {
color: #2a4b92;
}
.high-blue {
color: #4ca3e1;
}
.light-budgie-blue {
color: #9ed6e5;
}
.foamy-milk {
color: #f6f1f9;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--unity:#2a4b92;
--high-blue:#4ca3e1;
--light-budgie-blue:#9ed6e5;
--foamy-milk:#f6f1f9;
}