Color names in this palette
CSS code for this palette
/* CSS */
.migol-blue {
color: #273a82;
}
.blue-bonnet {
color: #335a99;
}
.curious-blue {
color: #3e83b1;
}
.high-blue {
color: #4caedc;
}
.blizzard-blue {
color: #a5e6f3;
}
/* CSS Variables */
:root {
--migol-blue:#273a82;
--blue-bonnet:#335a99;
--curious-blue:#3e83b1;
--high-blue:#4caedc;
--blizzard-blue:#a5e6f3;
}