Color names in this palette
CSS code for this palette
/* CSS */
.gossamer-pink {
color: #f9c6c3;
}
.princess {
color: #f1a7b4;
}
.flower-blossom-pink {
color: #f57a8b;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.chaat-masala {
color: #f07f2d;
}
/* CSS Variables */
:root {
--gossamer-pink:#f9c6c3;
--princess:#f1a7b4;
--flower-blossom-pink:#f57a8b;
--oranzhewyi-orange:#f15d3b;
--chaat-masala:#f07f2d;
}