Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.ginger-peach {
color: #f9d29f;
}
.wax-wing {
color: #f6ecd5;
}
.filtered-forest {
color: #b7e1d1;
}
.buoyancy {
color: #7db2b5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--ginger-peach:#f9d29f;
--wax-wing:#f6ecd5;
--filtered-forest:#b7e1d1;
--buoyancy:#7db2b5;
}