Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.cor-de-pele {
color: #f4c3c3;
}
.pasta {
color: #f8e1af;
}
.oyster-bisque {
color: #f2e5b0;
}
.sport-yellow {
color: #efd47b;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--cor-de-pele:#f4c3c3;
--pasta:#f8e1af;
--oyster-bisque:#f2e5b0;
--sport-yellow:#efd47b;
}