Color names in this palette
CSS code for this palette
/* CSS */
.golden-cricket {
color: #d8b155;
}
.english-custard {
color: #e1b76b;
}
.saffron-robe {
color: #d59f4d;
}
.fuegan-orange {
color: #c67e4e;
}
.royal-rum {
color: #a54c4a;
}
/* CSS Variables */
:root {
--golden-cricket:#d8b155;
--english-custard:#e1b76b;
--saffron-robe:#d59f4d;
--fuegan-orange:#c67e4e;
--royal-rum:#a54c4a;
}