Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.coral-bisque {
color: #f8c5af;
}
.butter-tart {
color: #fee89f;
}
.lattice-work {
color: #b7e1c0;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--coral-bisque:#f8c5af;
--butter-tart:#fee89f;
--lattice-work:#b7e1c0;
--light-blue-glint:#a8d3e1;
}