Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.broom-butterfly-blue {
color: #69b1d8;
}
.mountain-bluebird {
color: #4b9bc3;
}
.carol {
color: #2f8dac;
}
.blue-mediterranean {
color: #1b7a9d;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--broom-butterfly-blue:#69b1d8;
--mountain-bluebird:#4b9bc3;
--carol:#2f8dac;
--blue-mediterranean:#1b7a9d;
}