Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f3c5b4;
}
.joyful-poppy {
color: #e9b0a5;
}
.fresh-pink {
color: #de8c8e;
}
.pink-manhattan {
color: #c56d7a;
}
.glazed-raspberry {
color: #a44c65;
}
/* CSS Variables */
:root {
--peach-temptation:#f3c5b4;
--joyful-poppy:#e9b0a5;
--fresh-pink:#de8c8e;
--pink-manhattan:#c56d7a;
--glazed-raspberry:#a44c65;
}