Color names in this palette
CSS code for this palette
/* CSS */
.orange-confection {
color: #f5e2d1;
}
.ibis {
color: #f1b1c1;
}
.princess {
color: #eca7b3;
}
.shanghai-peach {
color: #d39992;
}
.antique-pink {
color: #c57c72;
}
/* CSS Variables */
:root {
--orange-confection:#f5e2d1;
--ibis:#f1b1c1;
--princess:#eca7b3;
--shanghai-peach:#d39992;
--antique-pink:#c57c72;
}