Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d7a3c9;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.flash-in-the-pan {
color: #ff9a75;
}
.faded-sunlight {
color: #ffce6b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--berry-popsicle:#d7a3c9;
--cotton-candy-aesthetic:#f5b7e6;
--flash-in-the-pan:#ff9a75;
--faded-sunlight:#ffce6b;
--grapefruit-pulp:#ff6e61;
}