Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe6;
}
.tuscan {
color: #f9d6a9;
}
.golden-glitter {
color: #f7e573;
}
.botanical-tint {
color: #a9e5d3;
}
.princess {
color: #f1a7b2;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe6;
--tuscan:#f9d6a9;
--golden-glitter:#f7e573;
--botanical-tint:#a9e5d3;
--princess:#f1a7b2;
}