Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b8df;
}
.violet-kiss {
color: #f1a2d5;
}
.prettiest-pink {
color: #e8a1ca;
}
.green-papaya {
color: #e1d17a;
}
.yellow-tulip {
color: #f5d06b;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b8df;
--violet-kiss:#f1a2d5;
--prettiest-pink:#e8a1ca;
--green-papaya:#e1d17a;
--yellow-tulip:#f5d06b;
}