Color names in this palette
CSS code for this palette
/* CSS */
.theatre-powder-rose {
color: #e3d3d3;
}
.pink-mimosa {
color: #f4b7a4;
}
.bellini-fizz {
color: #f6c78e;
}
.calla {
color: #f2e1b5;
}
.seaglass {
color: #d1e5e0;
}
/* CSS Variables */
:root {
--theatre-powder-rose:#e3d3d3;
--pink-mimosa:#f4b7a4;
--bellini-fizz:#f6c78e;
--calla:#f2e1b5;
--seaglass:#d1e5e0;
}