Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.pink-marshmallow {
color: #f5b2d4;
}
.fresh-heather {
color: #d1c2e0;
}
.smooth-satin {
color: #a2d7d5;
}
.veranda-blue {
color: #63b6b0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--pink-marshmallow:#f5b2d4;
--fresh-heather:#d1c2e0;
--smooth-satin:#a2d7d5;
--veranda-blue:#63b6b0;
}