Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #f7d5a6;
}
.cotton-candy-aesthetic {
color: #f4b8e4;
}
.violet-kiss {
color: #f2a1d6;
}
.lime-cream {
color: #d3e5a9;
}
.cymophane-yellow {
color: #f2e6a6;
}
/* CSS Variables */
:root {
--prosecco:#f7d5a6;
--cotton-candy-aesthetic:#f4b8e4;
--violet-kiss:#f2a1d6;
--lime-cream:#d3e5a9;
--cymophane-yellow:#f2e6a6;
}