Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.deadsy {
color: #c4a64a;
}
.cente-tl-yellow {
color: #f5e275;
}
.mystic-tulip {
color: #f7b7a1;
}
.spiced-coral {
color: #d35a5a;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--deadsy:#c4a64a;
--cente-tl-yellow:#f5e275;
--mystic-tulip:#f7b7a1;
--spiced-coral:#d35a5a;
}