Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a7d3e2;
}
.green-daze {
color: #8dd3c7;
}
.ibis {
color: #f3afc0;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--light-blue-glint:#a7d3e2;
--green-daze:#8dd3c7;
--ibis:#f3afc0;
--salted-caramel-popcorn:#f9b14e;
--fiery-salmon:#f76969;
}