Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d0a1;
}
.first-date {
color: #f4b49f;
}
.amaranth-pink {
color: #f29cba;
}
.flirty-rose {
color: #d65c8b;
}
.hyacinth-violet {
color: #a34d9a;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d0a1;
--first-date:#f4b49f;
--amaranth-pink:#f29cba;
--flirty-rose:#d65c8b;
--hyacinth-violet:#a34d9a;
}