Color names in this palette
CSS code for this palette
/* CSS */
.civara {
color: #c65c39;
}
.lion-of-menecrates {
color: #eaad66;
}
.almond-cream {
color: #f4c29f;
}
.red-terra {
color: #a84b2e;
}
.slate-black {
color: #4b3e35;
}
/* CSS Variables */
:root {
--civara:#c65c39;
--lion-of-menecrates:#eaad66;
--almond-cream:#f4c29f;
--red-terra:#a84b2e;
--slate-black:#4b3e35;
}