Color names in this palette
CSS code for this palette
/* CSS */
.blackthorn-green {
color: #709c6d;
}
.french-market {
color: #a5c9a1;
}
.lasting-thoughts {
color: #d4e4af;
}
.ginger-peach {
color: #f7d2a1;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--blackthorn-green:#709c6d;
--french-market:#a5c9a1;
--lasting-thoughts:#d4e4af;
--ginger-peach:#f7d2a1;
--calabrese:#f6a9a2;
}