Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.soft-cashmere {
color: #f1b1d6;
}
.silver-rust {
color: #c69fdf;
}
.baby-blue-eyes {
color: #a2c5f1;
}
.malibu {
color: #5dbbea;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--soft-cashmere:#f1b1d6;
--silver-rust:#c69fdf;
--baby-blue-eyes:#a2c5f1;
--malibu:#5dbbea;
}