Color names in this palette
CSS code for this palette
/* CSS */
.flattering-peach {
color: #f2d3b5;
}
.cotton-candy-aesthetic {
color: #f4b8e4;
}
.fair-aqua {
color: #b6e2d8;
}
.refresh {
color: #a1d4c8;
}
.trapunto {
color: #f6e9b6;
}
/* CSS Variables */
:root {
--flattering-peach:#f2d3b5;
--cotton-candy-aesthetic:#f4b8e4;
--fair-aqua:#b6e2d8;
--refresh:#a1d4c8;
--trapunto:#f6e9b6;
}