<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" /> This feature requires Minecraft 1.16 or higher

</aside>

<aside> 💡 If you need help selecting colors you can use these resources online

Basic Hex Colors

You can use hex colors in regular messages similar to how you use regular Minecraft color codes. This example uses the orange color &#ff930f and shows Hello World! in that color

&#ff930fHello World!

2 Step Gradient Colors

Create beautiful color gradients that fade from one color to another. You start the color code normally with & but this time you’ll include 2 gradients wrapped in {brackets}. The example below uses an orange to yellow gradient blend &{#ff930f,#fff95b} and shows Hello World! in that color

&{#ff930f,#fff95b}Hello World!

3 Step Gradient Colors

You can push this even further by adding a 3 step gradient that fades from one color to another to a final color. You start the color code normally with & but this time you’ll include 3 gradients wrapped in {brackets}. The example below uses an orange to yellow to lime gradient blend &{#ff930f,#fff95b,#5cb270} and shows Hello World! in that color

&{#ff930f,#fff95b,#5cb270}Hello World!