Color names in this palette
CSS code for this palette
/* CSS */
.paper-daisy {
color: #f1e5c6;
}
.coral-stone {
color: #dfc2b3;
}
.la-vie-en-rose {
color: #d4a5a1;
}
.pansy-posy {
color: #bea2b5;
}
.parrot-tulip {
color: #f0c1d3;
}
/* CSS Variables */
:root {
--paper-daisy:#f1e5c6;
--coral-stone:#dfc2b3;
--la-vie-en-rose:#d4a5a1;
--pansy-posy:#bea2b5;
--parrot-tulip:#f0c1d3;
}