Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.soft-butter {
color: #f6e1b6;
}
.almond-cream {
color: #f5c19e;
}
.wave-splash {
color: #cde4e5;
}
.salt-blue {
color: #7b9d9d;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--soft-butter:#f6e1b6;
--almond-cream:#f5c19e;
--wave-splash:#cde4e5;
--salt-blue:#7b9d9d;
}