Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.orange-grove {
color: #fbb08e;
}
.copper-river {
color: #f8a26d;
}
.mango-margarita {
color: #f7b450;
}
.mom-s-pancake {
color: #f6c451;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--orange-grove:#fbb08e;
--copper-river:#f8a26d;
--mango-margarita:#f7b450;
--mom-s-pancake:#f6c451;
}