Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7aea1;
}
.peach-patch {
color: #f7d5a1;
}
.james-blonde {
color: #f1e2b6;
}
.glenwood-green {
color: #aad5b4;
}
.deluxe-days {
color: #89c7e6;
}
/* CSS Variables */
:root {
--first-date:#f7aea1;
--peach-patch:#f7d5a1;
--james-blonde:#f1e2b6;
--glenwood-green:#aad5b4;
--deluxe-days:#89c7e6;
}