Roblox Color Palette

Discover the beautiful Roblox color palette featuring cinnabar (#ea5939), buttercup (#f6b11e), tree poppy (#f89c1b), boston blue (#3c7ab9) and mine shaft (#1f1f1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Yellow, Blue, Black, Bright, Fun 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 Roblox palette

Share this palette to:

💻 Roblox color palette CSS

/* CSS */
.color-1 {
color: #ea5939;
}
.color-2 {
color: #f6b11e;
}
.color-3 {
color: #f89c1b;
}
.color-4 {
color: #3c7ab9;
}
.color-5 {
color: #1f1f1f;
}

/* CSS Variables */
:root {
--color-1: #ea5939;
--color-2: #f6b11e;
--color-3: #f89c1b;
--color-4: #3c7ab9;
--color-5: #1f1f1f;
}

🌈 Roblox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea5939, #f6b11e, #f89c1b, #3c7ab9, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea5939, #f6b11e, #f89c1b, #3c7ab9, #1f1f1f);
}

Roblox color palette created on .