Color names in this palette
CSS code for this palette
/* CSS */
.sweet-cherry-red {
color: #850f30;
}
.hamburger {
color: #a34e24;
}
.nataneyu-gold {
color: #a37b14;
}
.luxor-gold {
color: #a9913d;
}
.luminescent-green {
color: #729c11;
}
/* CSS Variables */
:root {
--sweet-cherry-red:#850f30;
--hamburger:#a34e24;
--nataneyu-gold:#a37b14;
--luxor-gold:#a9913d;
--luminescent-green:#729c11;
}