Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.milky-way {
color: #e4f6f6;
}
.dainty-debutante {
color: #f4bbb3;
}
.cupid-s-arrow {
color: #f2698b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--frosty-soft-blue:#b2e0e0;
--milky-way:#e4f6f6;
--dainty-debutante:#f4bbb3;
--cupid-s-arrow:#f2698b;
}