Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.rich-cream {
color: #fbeac1;
}
.buttery-croissant {
color: #f2df9c;
}
.neighborly-peach {
color: #f0c2a3;
}
.vintage-victorian {
color: #e29dae;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--rich-cream:#fbeac1;
--buttery-croissant:#f2df9c;
--neighborly-peach:#f0c2a3;
--vintage-victorian:#e29dae;
}