Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.orange-grove {
color: #fbb08e;
}
.squash-blossom {
color: #f6b83c;
}
.syndicalist {
color: #f5c400;
}
.nature-s-delight {
color: #a5d88d;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--orange-grove:#fbb08e;
--squash-blossom:#f6b83c;
--syndicalist:#f5c400;
--nature-s-delight:#a5d88d;
}