Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-bhut-jolokia {
color: #7a2a2e;
}
.brown-rust {
color: #af5a3c;
}
.pyramid-gold {
color: #e4b472;
}
.stella-dora {
color: #f9daa4;
}
.white-veil {
color: #f7f1e3;
}
/* CSS Variables */
:root {
--chocolate-bhut-jolokia:#7a2a2e;
--brown-rust:#af5a3c;
--pyramid-gold:#e4b472;
--stella-dora:#f9daa4;
--white-veil:#f7f1e3;
}