Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.pink-fit {
color: #f6a7b2;
}
.rustique {
color: #f6c0b6;
}
.straw-hat {
color: #f1d3a7;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--pink-fit:#f6a7b2;
--rustique:#f6c0b6;
--straw-hat:#f1d3a7;
--cr-me-de-la-cr-me:#f3e7b4;
}