Color names in this palette
CSS code for this palette
/* CSS */
.bruschetta-tomato {
color: #ff6347;
}
.orange-bell-pepper {
color: #ff8b42;
}
.soviet-gold {
color: #ffd900;
}
.bright-khaki {
color: #f0e78e;
}
.flax-beige {
color: #d5c3b3;
}
/* CSS Variables */
:root {
--bruschetta-tomato:#ff6347;
--orange-bell-pepper:#ff8b42;
--soviet-gold:#ffd900;
--bright-khaki:#f0e78e;
--flax-beige:#d5c3b3;
}