Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f7e8bb;
}
.buckwheat-groats {
color: #e1d8a8;
}
.marjoram {
color: #c2cca4;
}
.haven {
color: #a3b48d;
}
.usuao-blue {
color: #8c9c73;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f7e8bb;
--buckwheat-groats:#e1d8a8;
--marjoram:#c2cca4;
--haven:#a3b48d;
--usuao-blue:#8c9c73;
}