Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.tangara {
color: #99725c;
}
.cashmere {
color: #d1b299;
}
.tulip-white {
color: #f1e5d0;
}
.butter-muffin {
color: #f6deb1;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--tangara:#99725c;
--cashmere:#d1b299;
--tulip-white:#f1e5d0;
--butter-muffin:#f6deb1;
}