Color names in this palette
CSS code for this palette
/* CSS */
.cover-of-night {
color: #4a4f4e;
}
.remote-control {
color: #6c7d68;
}
.willow-leaf {
color: #a4a76c;
}
.green-sheen {
color: #d6c24c;
}
.opal-flame {
color: #e8584a;
}
/* CSS Variables */
:root {
--cover-of-night:#4a4f4e;
--remote-control:#6c7d68;
--willow-leaf:#a4a76c;
--green-sheen:#d6c24c;
--opal-flame:#e8584a;
}