Mr Beast Color Palette

Discover the beautiful Mr Beast color palette featuring green haze (#00b341), saffron (#f6b83c), coral red (#ff4242), boston blue (#3e8dac) and affair (#704d7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Yellow, Red, Blue, Purple, Bright, Vibrant, Fun, Modern, Y2k color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Mr Beast palette

Share this palette to:

💻 Mr Beast color palette CSS

/* CSS */
.color-1 {
color: #00b341;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #ff4242;
}
.color-4 {
color: #3e8dac;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #00b341;
--color-2: #f6b83c;
--color-3: #ff4242;
--color-4: #3e8dac;
--color-5: #704d7a;
}

🌈 Mr Beast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b341, #f6b83c, #ff4242, #3e8dac, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b341, #f6b83c, #ff4242, #3e8dac, #704d7a);
}

Mr Beast color palette created on .