Color names in this palette
CSS code for this palette
/* CSS */
.glazed-ginger {
color: #a3592e;
}
.ginger-milk {
color: #f6a85a;
}
.golden-glow {
color: #f9d57b;
}
.evora {
color: #4f8c8b;
}
.antilles-blue {
color: #3b5a8c;
}
/* CSS Variables */
:root {
--glazed-ginger:#a3592e;
--ginger-milk:#f6a85a;
--golden-glow:#f9d57b;
--evora:#4f8c8b;
--antilles-blue:#3b5a8c;
}