Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.translucent-white {
color: #e5e3e8;
}
.pearl-blush {
color: #f3cec4;
}
.peach-bud {
color: #f9b1ae;
}
.peppermint-swirl {
color: #d45e79;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--translucent-white:#e5e3e8;
--pearl-blush:#f3cec4;
--peach-bud:#f9b1ae;
--peppermint-swirl:#d45e79;
}