Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1f3b;
}
.galaxea {
color: #2b3064;
}
.bio-blue {
color: #4b5ba0;
}
.hydrangea {
color: #7a8bc7;
}
.simply-sparkling {
color: #b1c5e2;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1f3b;
--galaxea:#2b3064;
--bio-blue:#4b5ba0;
--hydrangea:#7a8bc7;
--simply-sparkling:#b1c5e2;
}