Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.broom-butterfly-blue {
color: #6cb4d5;
}
.mountain-bluebird {
color: #4c9cc8;
}
.blue-dart-frog {
color: #3d7b9e;
}
.celestial-blue {
color: #2c4c68;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--broom-butterfly-blue:#6cb4d5;
--mountain-bluebird:#4c9cc8;
--blue-dart-frog:#3d7b9e;
--celestial-blue:#2c4c68;
}