Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.aspen-yellow {
color: #f8e0a0;
}
.corn-field {
color: #f6f3c6;
}
.frugal {
color: #a5d4b3;
}
.fennel-flower {
color: #6daefd;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--aspen-yellow:#f8e0a0;
--corn-field:#f6f3c6;
--frugal:#a5d4b3;
--fennel-flower:#6daefd;
}