Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.aero {
color: #79b7e6;
}
.high-blue {
color: #54a3e3;
}
.magical-merlin {
color: #3d8fd6;
}
.matt-blue {
color: #2b6ebf;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--aero:#79b7e6;
--high-blue:#54a3e3;
--magical-merlin:#3d8fd6;
--matt-blue:#2b6ebf;
}