Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4c9cc8;
}
.blue-brocade {
color: #71b9d1;
}
.light-budgie-blue {
color: #9ed7e5;
}
.cameo-cream {
color: #f1e2c1;
}
.esprit-peach {
color: #fec39f;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4c9cc8;
--blue-brocade:#71b9d1;
--light-budgie-blue:#9ed7e5;
--cameo-cream:#f1e2c1;
--esprit-peach:#fec39f;
}