Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.ginger-peach {
color: #f9d29f;
}
.anise-flower {
color: #f3e3b4;
}
.apple-bob {
color: #d3e09e;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--ginger-peach:#f9d29f;
--anise-flower:#f3e3b4;
--apple-bob:#d3e09e;
--blue-dam:#a1c6d4;
}