Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.in-the-pink {
color: #f2c5d2;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.echo-iris {
color: #b4e4f4;
}
.mint-circle {
color: #a7d3a9;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--in-the-pink:#f2c5d2;
--blackberry-yogurt:#e6b7e3;
--echo-iris:#b4e4f4;
--mint-circle:#a7d3a9;
}