Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.convivial-yellow {
color: #e8d5b0;
}
.blue-dam {
color: #a1c4d4;
}
.lilac-sachet {
color: #aab6da;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--smooth-as-corn-silk:#f5e3b2;
--convivial-yellow:#e8d5b0;
--blue-dam:#a1c4d4;
--lilac-sachet:#aab6da;
}