Color names in this palette
CSS code for this palette
/* CSS */
.red-arremer {
color: #e65151;
}
.bierwurst {
color: #f08e8e;
}
.cor-de-pele {
color: #f4c3c3;
}
.reduced-pink {
color: #f6e4e4;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--red-arremer:#e65151;
--bierwurst:#f08e8e;
--cor-de-pele:#f4c3c3;
--reduced-pink:#f6e4e4;
--wildflower-bouquet:#ffb3b3;
}