Color names in this palette
CSS code for this palette
/* CSS */
.bali-sand {
color: #f6e7d5;
}
.shilo {
color: #e4afa5;
}
.tawny-orange {
color: #d37c6f;
}
.remington-rust {
color: #a55e4a;
}
.dark-drama {
color: #5b3939;
}
/* CSS Variables */
:root {
--bali-sand:#f6e7d5;
--shilo:#e4afa5;
--tawny-orange:#d37c6f;
--remington-rust:#a55e4a;
--dark-drama:#5b3939;
}