Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.peach-damask {
color: #f7c6a6;
}
.blended-fruit {
color: #f9e5a4;
}
.duck-egg-cream {
color: #c5e2d4;
}
.echo-iris {
color: #b7e2f5;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--peach-damask:#f7c6a6;
--blended-fruit:#f9e5a4;
--duck-egg-cream:#c5e2d4;
--echo-iris:#b7e2f5;
}