Color names in this palette
CSS code for this palette
/* CSS */
.wagon-wheel {
color: #c1b79f;
}
.dried-plantain {
color: #e5cca9;
}
.creamy-vanilla {
color: #f2e7c0;
}
.lasting-thoughts {
color: #d1e7b1;
}
.green-trance {
color: #a3dba4;
}
/* CSS Variables */
:root {
--wagon-wheel:#c1b79f;
--dried-plantain:#e5cca9;
--creamy-vanilla:#f2e7c0;
--lasting-thoughts:#d1e7b1;
--green-trance:#a3dba4;
}