Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.broom-butterfly-blue {
color: #6eb5d8;
}
.blue-iguana {
color: #519cc8;
}
.blue-splash {
color: #2b8db1;
}
.blue-mediterranean {
color: #1d7d9f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--broom-butterfly-blue:#6eb5d8;
--blue-iguana:#519cc8;
--blue-splash:#2b8db1;
--blue-mediterranean:#1d7d9f;
}