Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f5c2c2;
}
.her-majesty {
color: #f8a5a5;
}
.duckling {
color: #fbae56;
}
.forsythia-blossom {
color: #f6d66f;
}
.cay {
color: #a4d2d5;
}
/* CSS Variables */
:root {
--cor-de-pele:#f5c2c2;
--her-majesty:#f8a5a5;
--duckling:#fbae56;
--forsythia-blossom:#f6d66f;
--cay:#a4d2d5;
}