Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f5d06b;
}
.afghan-sand {
color: #d2a85b;
}
.falling-leaves {
color: #a65c3a;
}
.cappuccino {
color: #744a39;
}
.wenge-black {
color: #3d292c;
}
/* CSS Variables */
:root {
--yellow-tulip:#f5d06b;
--afghan-sand:#d2a85b;
--falling-leaves:#a65c3a;
--cappuccino:#744a39;
--wenge-black:#3d292c;
}