Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d96b30;
}
.apricot-orange {
color: #c76b3d;
}
.remington-rust {
color: #a55e4a;
}
.marron {
color: #6d4c4a;
}
.cover-of-night {
color: #4a4f4e;
}
/* CSS Variables */
:root {
--gold-drop:#d96b30;
--apricot-orange:#c76b3d;
--remington-rust:#a55e4a;
--marron:#6d4c4a;
--cover-of-night:#4a4f4e;
}