Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
.bright-blue-violet {
color: #8a2ce2;
}
.jade-glass {
color: #00ced1;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
--bright-blue-violet:#8a2ce2;
--jade-glass:#00ced1;
}