Color names in this palette
CSS code for this palette
/* CSS */
.ketchup {
color: #9e392e;
}
.coral-gold {
color: #d46c49;
}
.mexican-standoff {
color: #e8a378;
}
.chai-tea-latte {
color: #f0d7b2;
}
.sun-s-glory {
color: #f6f2e4;
}
/* CSS Variables */
:root {
--ketchup:#9e392e;
--coral-gold:#d46c49;
--mexican-standoff:#e8a378;
--chai-tea-latte:#f0d7b2;
--sun-s-glory:#f6f2e4;
}