Color names in this palette
CSS code for this palette
/* CSS */
.trojan-horse-brown {
color: #794d1b;
}
.eagle {
color: #a06a3b;
}
.laser {
color: #c8a95b;
}
.riviera-sand {
color: #e0c79e;
}
.vanillin {
color: #f1e2cb;
}
/* CSS Variables */
:root {
--trojan-horse-brown:#794d1b;
--eagle:#a06a3b;
--laser:#c8a95b;
--riviera-sand:#e0c79e;
--vanillin:#f1e2cb;
}