Color names in this palette
CSS code for this palette
/* CSS */
.posy {
color: #f3e1d3;
}
.veiled-rose {
color: #f9cbc8;
}
.sweet-slumber-pink {
color: #f4b8f4;
}
.mousse-aux-pruneaux {
color: #e5c8f4;
}
.canton-jade {
color: #b8e5c7;
}
/* CSS Variables */
:root {
--posy:#f3e1d3;
--veiled-rose:#f9cbc8;
--sweet-slumber-pink:#f4b8f4;
--mousse-aux-pruneaux:#e5c8f4;
--canton-jade:#b8e5c7;
}