Color names in this palette
CSS code for this palette
/* CSS */
.rope {
color: #8b5a3c;
}
.wheatberry {
color: #c68a5d;
}
.splash-of-honey {
color: #d9b68c;
}
.manila {
color: #e6cba8;
}
.flower-of-oahu {
color: #f6dfc6;
}
/* CSS Variables */
:root {
--rope:#8b5a3c;
--wheatberry:#c68a5d;
--splash-of-honey:#d9b68c;
--manila:#e6cba8;
--flower-of-oahu:#f6dfc6;
}