Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.whipped-peach {
color: #f9cfae;
}
.peach-yellow {
color: #f9e0ae;
}
.oyster-bisque {
color: #f2e5b0;
}
.freezing-vapor {
color: #d2e8f9;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--whipped-peach:#f9cfae;
--peach-yellow:#f9e0ae;
--oyster-bisque:#f2e5b0;
--freezing-vapor:#d2e8f9;
}