Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d0a1;
}
.rozowy-pink {
color: #f6a7b8;
}
.peach-punch {
color: #f59a99;
}
.ponceau {
color: #f15b74;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d0a1;
--rozowy-pink:#f6a7b8;
--peach-punch:#f59a99;
--ponceau:#f15b74;
--poppy-red:#e63746;
}