Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.rustique {
color: #f5c2b2;
}
.barley-white {
color: #f7e3b6;
}
.bleached-sunflower {
color: #f9e8a4;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--rustique:#f5c2b2;
--barley-white:#f7e3b6;
--bleached-sunflower:#f9e8a4;
--first-peach:#f5c7c7;
}