Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e6a7d3;
}
.cotton-candy-aesthetic {
color: #f5b8e3;
}
.pink-frosting {
color: #f6d5e5;
}
.apricot-mousse {
color: #fcdeb0;
}
.brass-mesh {
color: #e2ab4b;
}
/* CSS Variables */
:root {
--light-orchid:#e6a7d3;
--cotton-candy-aesthetic:#f5b8e3;
--pink-frosting:#f6d5e5;
--apricot-mousse:#fcdeb0;
--brass-mesh:#e2ab4b;
}