Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.ginger-peach {
color: #f8d3a0;
}
.banana-yogurt {
color: #f9e9b4;
}
.sea-glass-teal {
color: #a1e3d8;
}
.blue-astro {
color: #4fa4d8;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--ginger-peach:#f8d3a0;
--banana-yogurt:#f9e9b4;
--sea-glass-teal:#a1e3d8;
--blue-astro:#4fa4d8;
}