Color names in this palette
CSS code for this palette
/* CSS */
.untamed-red {
color: #d60024;
}
.sohi-red {
color: #e55d3e;
}
.ginger-milk {
color: #f6a65a;
}
.e-honda-beige {
color: #f9d780;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--untamed-red:#d60024;
--sohi-red:#e55d3e;
--ginger-milk:#f6a65a;
--e-honda-beige:#f9d780;
--bleached-silk:#f2f2f2;
}