Color names in this palette
CSS code for this palette
/* CSS */
.passion-fruit-punch {
color: #e5a89e;
}
.cor-de-pele {
color: #f4c3c3;
}
.shell-ginger {
color: #f9e3d7;
}
.fine-linen {
color: #f9f8c3;
}
.fresh-water {
color: #c3e1f9;
}
/* CSS Variables */
:root {
--passion-fruit-punch:#e5a89e;
--cor-de-pele:#f4c3c3;
--shell-ginger:#f9e3d7;
--fine-linen:#f9f8c3;
--fresh-water:#c3e1f9;
}