Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f9d29f;
}
.gossamer-pink {
color: #f9c5c3;
}
.rozowy-pink {
color: #f4a4b8;
}
.chewing-gum-pink {
color: #e68ebc;
}
.i-love-you-pink {
color: #d87d8b;
}
/* CSS Variables */
:root {
--ginger-peach:#f9d29f;
--gossamer-pink:#f9c5c3;
--rozowy-pink:#f4a4b8;
--chewing-gum-pink:#e68ebc;
--i-love-you-pink:#d87d8b;
}