Color names in this palette
CSS code for this palette
/* CSS */
.chai-tea {
color: #a47a2d;
}
.tulip-tree {
color: #e2af40;
}
.willow-flower-yellow {
color: #f2d29c;
}
.banana-br-l-e {
color: #f7e8bb;
}
.japanese-iris {
color: #7d5c3b;
}
/* CSS Variables */
:root {
--chai-tea:#a47a2d;
--tulip-tree:#e2af40;
--willow-flower-yellow:#f2d29c;
--banana-br-l-e:#f7e8bb;
--japanese-iris:#7d5c3b;
}