Color names in this palette
CSS code for this palette
/* CSS */
.fine-gold {
color: #daa52b;
}
.buried-treasure {
color: #d18a3d;
}
.reikland {
color: #c76d4d;
}
.goddess-of-dawn {
color: #8c4f6e;
}
.blue-gem {
color: #4c3c90;
}
/* CSS Variables */
:root {
--fine-gold:#daa52b;
--buried-treasure:#d18a3d;
--reikland:#c76d4d;
--goddess-of-dawn:#8c4f6e;
--blue-gem:#4c3c90;
}