Color names in this palette
CSS code for this palette
/* CSS */
.abbot {
color: #4d3d2e;
}
.sensational-sand {
color: #c0a18c;
}
.buttercup-yellow {
color: #e3c4a1;
}
.early-sunset {
color: #f3e5d8;
}
.wild-west {
color: #7f5b53;
}
/* CSS Variables */
:root {
--abbot:#4d3d2e;
--sensational-sand:#c0a18c;
--buttercup-yellow:#e3c4a1;
--early-sunset:#f3e5d8;
--wild-west:#7f5b53;
}