Color names in this palette
CSS code for this palette
/* CSS */
.calico-rose {
color: #e5c0b3;
}
.windswept-canyon {
color: #d6a480;
}
.danish-pine {
color: #b79866;
}
.leather-bound {
color: #916d55;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--calico-rose:#e5c0b3;
--windswept-canyon:#d6a480;
--danish-pine:#b79866;
--leather-bound:#916d55;
--nutmeg:#7e4b3a;
}