Color names in this palette
CSS code for this palette
/* CSS */
.ligonier-tan {
color: #d1b38f;
}
.weathered-bamboo {
color: #5b3a29;
}
.apricot-illusion {
color: #e4c4a5;
}
.hamburger {
color: #a34b29;
}
.flax-fibre-grey {
color: #b7a99a;
}
/* CSS Variables */
:root {
--ligonier-tan:#d1b38f;
--weathered-bamboo:#5b3a29;
--apricot-illusion:#e4c4a5;
--hamburger:#a34b29;
--flax-fibre-grey:#b7a99a;
}