Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d4;
}
.powder-rose {
color: #f6b1bf;
}
.poppy-petal {
color: #f89f8b;
}
.anna-banana {
color: #f7d54a;
}
.zucchini-flower {
color: #e7a64b;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d4;
--powder-rose:#f6b1bf;
--poppy-petal:#f89f8b;
--anna-banana:#f7d54a;
--zucchini-flower:#e7a64b;
}