Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.ginger-peach {
color: #f8d0a0;
}
.lazy-daisy {
color: #f7e9a1;
}
.aviary-blue {
color: #c6e3e6;
}
.blue-shimmer {
color: #b3d9e0;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--ginger-peach:#f8d0a0;
--lazy-daisy:#f7e9a1;
--aviary-blue:#c6e3e6;
--blue-shimmer:#b3d9e0;
}