Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.sugar-shack {
color: #f1d3b6;
}
.springtime {
color: #e8e5b0;
}
.holiday-road {
color: #b1d1e2;
}
.blue-bows {
color: #a2c3d8;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--sugar-shack:#f1d3b6;
--springtime:#e8e5b0;
--holiday-road:#b1d1e2;
--blue-bows:#a2c3d8;
}