Color names in this palette
CSS code for this palette
/* CSS */
.sunset-drive {
color: #e8bba1;
}
.tawny-amber {
color: #d19a7a;
}
.silken-chocolate {
color: #b77e62;
}
.spicy-cayenne {
color: #9a5b4c;
}
.fire-roasted {
color: #7b493d;
}
/* CSS Variables */
:root {
--sunset-drive:#e8bba1;
--tawny-amber:#d19a7a;
--silken-chocolate:#b77e62;
--spicy-cayenne:#9a5b4c;
--fire-roasted:#7b493d;
}