Color names in this palette
CSS code for this palette
/* CSS */
.blue-glint {
color: #93c9d7;
}
.icy-lemonade {
color: #f3e9af;
}
.soft-salmon {
color: #e9a6a0;
}
.bubblegum-pink {
color: #f6b1b7;
}
.bleached-silk {
color: #f3f2f1;
}
/* CSS Variables */
:root {
--blue-glint:#93c9d7;
--icy-lemonade:#f3e9af;
--soft-salmon:#e9a6a0;
--bubblegum-pink:#f6b1b7;
--bleached-silk:#f3f2f1;
}