Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6cbe4;
}
.violet-kiss {
color: #f2a1d3;
}
.cumquat-cream {
color: #f09f7f;
}
.buttery-croissant {
color: #f8e29b;
}
.lattice-work {
color: #b5e3c0;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6cbe4;
--violet-kiss:#f2a1d3;
--cumquat-cream:#f09f7f;
--buttery-croissant:#f8e29b;
--lattice-work:#b5e3c0;
}