Color names in this palette
CSS code for this palette
/* CSS */
.emperador {
color: #795939;
}
.sinking-sand {
color: #d6b87a;
}
.shrimp-boat {
color: #f4bf9a;
}
.howdy-neighbor {
color: #f9e5c8;
}
.t-morokoshi-corn {
color: #f7a840;
}
/* CSS Variables */
:root {
--emperador:#795939;
--sinking-sand:#d6b87a;
--shrimp-boat:#f4bf9a;
--howdy-neighbor:#f9e5c8;
--t-morokoshi-corn:#f7a840;
}