Color names in this palette
CSS code for this palette
/* CSS */
.violetta {
color: #af6e9b;
}
.girl-power {
color: #d09dd2;
}
.cotton-candy-aesthetic {
color: #f4b8e3;
}
.buttery-croissant {
color: #f2e19c;
}
.flare {
color: #f7b150;
}
/* CSS Variables */
:root {
--violetta:#af6e9b;
--girl-power:#d09dd2;
--cotton-candy-aesthetic:#f4b8e3;
--buttery-croissant:#f2e19c;
--flare:#f7b150;
}