Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.broom-butterfly-blue {
color: #6bafd6;
}
.olympic-blue {
color: #4b91e2;
}
.blue-eyed-boy {
color: #1f78d1;
}
.liberalist {
color: #0a4a99;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--broom-butterfly-blue:#6bafd6;
--olympic-blue:#4b91e2;
--blue-eyed-boy:#1f78d1;
--liberalist:#0a4a99;
}