Color names in this palette
CSS code for this palette
/* CSS */
.liquid-green-stuff {
color: #3c7c5b;
}
.southern-belle {
color: #a8d7c0;
}
.full-moon {
color: #f2f5e0;
}
.warming-peach {
color: #e2b8a2;
}
.bbq {
color: #a05246;
}
/* CSS Variables */
:root {
--liquid-green-stuff:#3c7c5b;
--southern-belle:#a8d7c0;
--full-moon:#f2f5e0;
--warming-peach:#e2b8a2;
--bbq:#a05246;
}