Color names in this palette
CSS code for this palette
/* CSS */
.chilean-heath {
color: #f8f7dd;
}
.afghan-hound {
color: #e3d9b5;
}
.bluff-stone {
color: #d1be9f;
}
.raffia-ribbon {
color: #cbae8b;
}
.modern-history {
color: #bfa47d;
}
/* CSS Variables */
:root {
--chilean-heath:#f8f7dd;
--afghan-hound:#e3d9b5;
--bluff-stone:#d1be9f;
--raffia-ribbon:#cbae8b;
--modern-history:#bfa47d;
}