Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.bergamot-orange {
color: #f2a15a;
}
.spring-grass {
color: #d9c87d;
}
.grape-green {
color: #a8e0a3;
}
.sea-loch {
color: #6d9bd0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--bergamot-orange:#f2a15a;
--spring-grass:#d9c87d;
--grape-green:#a8e0a3;
--sea-loch:#6d9bd0;
}